GenericSqlCommandExecuteQueryForDataTable Method (String) |
执行查询命令,并返回查询所返回的 ExecuteQueryForDataTable 结果集。
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic DataTable ExecuteQueryForDataTable(
string commandText
)
public:
DataTable^ ExecuteQueryForDataTable(
String^ commandText
)
Parameters
- commandText
- Type: SystemString
[Missing <param name="commandText"/> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteQueryForDataTable(System.String)"]
Return Value
Type:
DataTable[Missing <returns> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteQueryForDataTable(System.String)"]
See Also