DataParameter.GetIsOptionalImpl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a Boolean value indicating whether this parameter is optional.
protected:
virtual bool GetIsOptionalImpl();
protected virtual bool GetIsOptionalImpl ();
abstract member GetIsOptionalImpl : unit -> bool
override this.GetIsOptionalImpl : unit -> bool
Protected Overridable Function GetIsOptionalImpl () As Boolean
Returns
Returns true if this parameter is optional; otherwise returns false.