System.Data.Services

Table A-5. System.Data.Services EntitySetRights enumerators

Enumerator

Description

All

All reads and writes are permitted on the specified entity.

AllRead

All reads are permitted.

AllWrite

All writes are permitted.

None

No access is permitted to the specified entity.

ReadMultiple

Reading multiple rows is permitted.

ReadSingle

Reading a single row is permitted.

WriteAppend

Creating new data is permitted.

WriteDelete

Deleting data is permitted.

WriteMerge

Merge updating is permitted.

WriteReplace

Replace updating is permitted.

Table A-6. System.Data.Services ServiceOperationsRights enumerators

Enumerator

Description

All

All rights are permitted to the service operation.

AllRead

The service operation is permitted to read one or more items.

None

The service operation is not permitted.

ReadMultiple

The service operation is permitted to read multiple items.

ReadSingle

The service operation is permitted to read one item.

Table A-7. System.Data.Services UpdateOperations enumerators

Enumerator

Description

Add

The item has been created.

Change

The item has been updated/changed.

Delete

The item has been marked for deletion.

None

No change occurred on the item.

Get Data-Driven Services with Silverlight 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.