DataParameter.IsDerived 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 that indicates whether this parameter was derived from the data source.
public:
virtual property bool IsDerived { bool get(); };
public virtual bool IsDerived { get; }
member this.IsDerived : bool
Public Overridable ReadOnly Property IsDerived As Boolean
Property Value
Returns true if the specified parameter was derived from the data source; otherwise returns false.