IDatabaseHelperExecute(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+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
DatabaseResult<int> Execute(
	ExecuteType executeType,
	string statement
)

Parameters

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

Return Value

DatabaseResultInt32
DatabaseResult<int>

See Also