CRUDServiceBaseTEntity, TKey, TInput, TFilterGetIUpdate(TEntity, String) Method
获取用来更新指定实体的 IUpdate 对象。
Namespace: QuickAdmin.ServiceAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.33
protected virtual IUpdate<TEntity> GetIUpdate(
TEntity entity,
string[] propertiesToUpdate = null
)
- entity TEntity
- 要更新的实体。
- propertiesToUpdate string (Optional)
- 指示要更新哪些属性。
IUpdateTEntityIUpdate 对象。