PrintDocument for WinForms
DataSetField クラス メンバ
プロパティ  メソッド 


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 : DataSetField クラス

DataSetFieldデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティGets or sets the name of the corresponding DB field in the query.

If this property is not empty, the field is a data field (as opposed to a calculated field).

 
Public プロパティGets the Expression used to calculate the value of the current field.

If this expression is not empty, the field is a calculated field (as opposed to a data field).

 
Public プロパティGets or sets the text of the Expression used to calculate the value of the current field.

This is a shortcut to the Expression.Text property on the expression returned by DataSetField.Expression.

 
Public プロパティGets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. C1.C1Preview.NamedCollectionItemから継承されます。
Public プロパティGets the C1.C1Preview.NamedCollection containing the current object. C1.C1Preview.NamedCollectionItemから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーライドされます。 Assigns (copies) properties from another DataSetField to the current object.  
Public メソッドCreates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. C1.C1Preview.NamedCollectionItemから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドFor internal use. C1.C1Preview.NamedCollectionItemから継承されます。
トップ
参照

DataSetField クラス
C1.C1Preview.DataBinding 名前空間
DataSetFieldCollection クラス