Click or drag to resize
IDbFactoryGetDataTable Method (String)
返回一个数据表

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
DataTable GetDataTable(
	string sqlString
)

Parameters

sqlString
Type: SystemString
要执行的语句

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetDataTable(System.String)"]

See Also