DataParameter.GetIsNullableImpl 方法

定义

检索一个布尔值,该值指示此参数是否可以为 null。

protected:
 virtual bool GetIsNullableImpl();
protected virtual bool GetIsNullableImpl ();
abstract member GetIsNullableImpl : unit -> bool
override this.GetIsNullableImpl : unit -> bool
Protected Overridable Function GetIsNullableImpl () As Boolean

返回

Boolean

如果此参数的值可以为 null,则返回 true;否则,返回 false。

适用于