IDatabaseHelperExecuteProcedure(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<int> ExecuteProcedure(
	string procedureName
)

Parameters

procedureName  String
預存程序

Return Value

DatabaseResultInt32
DatabaseResult<int>

See Also