DataParameter.IsOptional Property
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, in cases where this parameter is a derived parameter.
public:
virtual property bool IsOptional { bool get(); };
public virtual bool IsOptional { get; }
member this.IsOptional : bool
Public Overridable ReadOnly Property IsOptional As Boolean
Property Value
Returns true if this parameter is optional; otherwise returns false.
Exceptions
This parameter is not derived.