PrintDocument for WinForms
Fields プロパティ (DataSet)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSet クラス : Fields プロパティ
Gets the collection of DataSetField objects describing fields of the current data set. If this collection is empty, all fields fetched by the query will be accessible on the data set.
シンタックス
'宣言
 
Public ReadOnly Property Fields As DataSetFieldCollection
'使用法
 
Dim instance As DataSet
Dim value As DataSetFieldCollection
 
value = instance.Fields
public DataSetFieldCollection Fields {get;}
参照

DataSet クラス
DataSet メンバ
Query プロパティ