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