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