DataSet.IsReference Property

Definition

Gets a value that indicates whether the dataset is a reference.

public:
 property bool IsReference { bool get(); };
[System.Xml.Serialization.XmlIgnore]
public bool IsReference { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.IsReference : bool
Public ReadOnly Property IsReference As Boolean

Property Value

true if the dataset is a reference; otherwise, false.

Attributes

Applies to