DataParameter.IsDerived Property

Definition

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.

Applies to