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 类处理空值。
在 UltraLite.NET 中,参数只能被用作 IN 参数,并忽略所有映射信息。只有 ULParameter.Value 是非常重要的。