The EntityContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Cleanup |
This method is invoked when the entity context is being disposed.
| |
| DeleteObject |
Deletes an entity object and all of its properties from the entity context
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Equals | (Inherited from Object.) | |
| ExecuteInstanceQuery<(Of <<'(T>)>>) |
Handler for the special case query that selects a specific instance of a type
| |
| ExecuteQuery(String) |
Method invoked to execute a SPARQL query against the underlying store
| |
| ExecuteQuery<(Of <<'(T>)>>)(SparqlLinqQueryContext) |
Method to execute a SPARQL query against the underlying store and bind its results to instances of a class
| |
| Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides Object..::..Finalize()()()().) | |
| GetDataset |
Return the list of graphs to query or null to query the default dataset
| |
| GetDatatype |
Return the RDF datatype to apply to literals of the specified system type.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetImplType |
Returns the entity implementation type for an entity interface type
| |
| GetPropertyHint |
Returns the property hint for the specified .NET property
| |
| GetResourceAddress |
Returns the URI of the RDF resource that represents the entity in the store
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeForUri |
Returns the entity implementation type for a given uri
| |
| IsOfMappedType |
Returns true if o is an instance of one of the entity implementation types known to this context
| |
| MapIdToUri |
Converts an ID property value to a full URI
| |
| MapTypeToUri |
Returns the RDF schema type for the specified entity interface or implementation type
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Refresh(RefreshMode, IEnumerable) |
Update a collection of objects in the object context with data from the data source
| |
| Refresh(RefreshMode, Object) |
Updates a single object in the object context with data from the data source
| |
| SaveChanges |
Commit local changes to the underlying store
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |