IDbFactoryGetDataTable Method (String) |
返回一个数据表
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
SyntaxDataTable GetDataTable(
string sqlString
)
Function GetDataTable (
sqlString As String
) As DataTable
DataTable^ GetDataTable(
String^ sqlString
)
abstract GetDataTable :
sqlString : string -> DataTable
Parameters
- sqlString
- Type: SystemString
要执行的语句
Return Value
Type:
DataTable[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetDataTable(System.String)"]
See Also