Compartilhar via


AdoDotNetParameter.GetIsNullableImpl Method

Definition

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

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

Returns

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

Applies to