IDatabaseHelperUpdateT(ICollectionT) 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> Update<T>(
	ICollection<T> updateObjects
)

Parameters

updateObjects  ICollectionT
更新物件

Type Parameters

T
物件類型

Return Value

DatabaseResultInt32
DatabaseResult<int>

See Also