IDatabaseHelperExecuteProcedure(String, Object) 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,
	Object parameter
)

Parameters

procedureName  String
預存程序
parameter  Object
參數

Return Value

DatabaseResultInt32
DatabaseResult<int>

See Also