次の方法で共有


AdoDotNetParameter.GetIsNullableCore Method

Definition

Retrieves a Boolean value indicating whether this parameter can be null.

protected:
 override bool GetIsNullableCore();
protected override bool GetIsNullableCore ();
override this.GetIsNullableCore : unit -> bool
Protected Overrides Function GetIsNullableCore () As Boolean

Returns

true if this parameter can have a null value; otherwise, false.

Applies to