Click or drag to resize
GenericSqlCommandExecuteQueryForDataSet Method (CommandType, String, GenericSqlCommandParameter)
执行查询命令,并返回查询所返回的 DataSet 结果集。

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public DataSet ExecuteQueryForDataSet(
	CommandType commandType,
	string commandText,
	GenericSqlCommandParameter[] commandParameters
)

Parameters

commandType
Type: System.DataCommandType

[Missing <param name="commandType"/> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteQueryForDataSet(System.Data.CommandType,System.String,X3Platform.Data.GenericSqlCommandParameter[])"]

commandText
Type: SystemString

[Missing <param name="commandText"/> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteQueryForDataSet(System.Data.CommandType,System.String,X3Platform.Data.GenericSqlCommandParameter[])"]

commandParameters
Type: X3Platform.DataGenericSqlCommandParameter

[Missing <param name="commandParameters"/> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteQueryForDataSet(System.Data.CommandType,System.String,X3Platform.Data.GenericSqlCommandParameter[])"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:X3Platform.Data.GenericSqlCommand.ExecuteQueryForDataSet(System.Data.CommandType,System.String,X3Platform.Data.GenericSqlCommandParameter[])"]

See Also