Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取和设置表示参数是否接受空值的值。
Public Overrides Property IsNullable As Boolean
public override bool IsNullable {get;set;}
如果接受空值,则此属性为 true;否则为 false。缺省值为 false。使用 DBNull 类处理空值。