言語

DataSet.IsReference プロパティ

定義

データセットが参照かどうかを示す値が得られます。

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

プロパティ値

true もしデータセットが参照であれば、それ以外は false

属性

適用対象