This topic has not yet been rated - Rate this topic

DataServiceContext.TryGetUri Method

Retrieves the canonical URI associated with the specified entity, if available.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
public bool TryGetUri(
	Object entity,
	out Uri identity
)

Parameters

entity
Type: System.Object
The entity identified by the identity.
identity
Type: System.Uri%
The URI of the entity.

Return Value

Type: System.Boolean
Returns true if the canonical URI is returned in the out parameter. If the specified entity is not tracked by the DataServiceContext or is in the added state, no URI is available and false is returned.
Exception Condition
ArgumentNullException

When entity is null.

Objects in the Added state do not yet have a URI.

.NET Framework

Supported in: 4, 3.5 SP1

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ