QuickAdmin.Net Reference
C#
Show/Hide TOC
ICRUDService
TEntity
,
TKey
,
TInput
,
TFilter
Delete(
TKey
) Method
删除实体。
Definition
Namespace:
QuickAdmin.Service.CRUD
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Copy
IServiceResult
<
int
>
Delete
( TKey[]
ids
)
Parameters
ids
TKey
主键值数组。
Return Value
IServiceResult
int
服务调用结果。若成功,其数据为影响的行数。
See Also
Reference
ICRUDService
TEntity, TKey, TInput, TFilter
Interface
Delete Overload
QuickAdmin.Service.CRUD Namespace
In This Article
Definition
Parameters
Return Value
See Also