Provides an automated way to reuse an ADO.NET Data Services context object within the context of a si...
T GetEntity< T >(string keyPropertyName, object keyPropertyValue)
Gets a list of the entities by key.
C DataServiceContext
Gets the DataServiceContext object.
List< T > GetEntities< T >()
Gets a list of the entities of the specified type from the context.
static DataServiceContextManager< C > GetManager(Uri path)
Gets the DataServiceContext object for the specified URI.