Gets size and enumerator for all data rows in a table.
シンタックス
'宣言
Public Function GetTableData( _
ByVal As System.String, _
Optional ByVal As System.Integer _
) As IDataList
public IDataList GetTableData(
System.string ,
System.int
)
パラメータ
- tableName
- Name of the table to get data from.
- limit
- Maximum rows to return. If 0 (default value) all rows will be returned.
参照