DataParameter.GetIsOptionalCore 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 the parameter is optional.
protected:
virtual bool GetIsOptionalCore();
protected virtual bool GetIsOptionalCore ();
abstract member GetIsOptionalCore : unit -> bool
override this.GetIsOptionalCore : unit -> bool
Protected Overridable Function GetIsOptionalCore () As Boolean
Returns
true if the parameter is optional; otherwise, false.