IDatabaseHelperQueryMultiple(ExecuteType, String) Method

執行查詢並回傳結果集

Definition

Namespace: eBizprise.Framework.Common.Database.Interface
Assembly: eBizprise.Framework.Common.Database (in eBizprise.Framework.Common.Database.dll) Version: 25.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
DatabaseResult<GridReader> QueryMultiple(
	ExecuteType executeType,
	string statement
)

Parameters

executeType  ExecuteType
執行類型
statement  String
查詢指令

Return Value

DatabaseResultGridReader
DatabaseResult<GridReader>

See Also