クエリー内のすべてのデータ行のサイズと列挙子を取得します。
シンタックス
'宣言
Public Function GetQueryData( _
ByVal As System.String, _
Optional ByVal As System.Integer _
) As IDataList
public IDataList GetQueryData(
System.string ,
System.int
)
パラメータ
- queryName
- データの取得元のクエリーの名前。
- limit
- 返される最大行数。0(デフォルト値)の場合は、すべての行が返されます。
参照