PrintDocument for WinForms
CommandText プロパティ (Query)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > Query クラス : CommandText プロパティ
Gets or sets the command text that is executed to obtain the data. The interpretation of this text depends on the query type specified by the Query.CommandType property.
シンタックス
'宣言
 
Public Property CommandText As System.String
'使用法
 
Dim instance As Query
Dim value As System.String
 
instance.CommandText = value
 
value = instance.CommandText
public System.string CommandText {get; set;}
参照

Query クラス
Query メンバ