DataServiceContext.GetReadStreamUri Method
July 26, 2012
Gets the URI that is used to return binary property data as a data stream.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Parameters
- entity
- Type: System.Object
The entity that has the binary property to retrieve.
| Exception | Condition |
|---|---|
| ArgumentNullException | If the entity specified is null. |
| ArgumentException | The entity is not tracked by this DataServiceContext. |