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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSet クラス : RowFilter プロパティ
Gets or sets the expression used to filter which data rows are included in the current data set. This property is be assigned to the RowFilter property of the underlying DataTable object.
シンタックス
'宣言
 
Public Property RowFilter As System.String
'使用法
 
Dim instance As DataSet
Dim value As System.String
 
instance.RowFilter = value
 
value = instance.RowFilter
public System.string RowFilter {get; set;}
参照

DataSet クラス
DataSet メンバ