Table of Contents

TEntitySetPermission Enumeration

Identifies one operation that can be allowed on an entity set.

Remarks

List allows querying the entity collection. Get allows retrieving a single entity. Insert, Modify and Delete allow creating, updating and deleting an entity, respectively.

Syntax

Unit: XData.Security.Attributes

Members

Name Value Description
List 0
Get 1
Insert 2
Modify 3
Delete 4