Ado |
The AdoRelationshipValidationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| AdoRelationshipValidationProvider | DI constructor |
| Name | Description | |
|---|---|---|
| DbType | Gets the database type | |
| ModelType | Gets the model type | |
| Provider | Get the provider | |
| QueryPersistence | Gets the instance of the query persistence service | |
| ServiceName | Gets the service name |
| Name | Description | |
|---|---|---|
| AddValidRelationshipTRelationship | Add a valid relationship between sourceClassKey and targetClassKey | |
| Delete | Do an obsolete of the model | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExecuteQueryOrm | Execute a query for the specified model with query identifier returning the results | |
| Exists | True if the object exists in the database | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| Get | Get the specified object at the specified key | |
| GetCurrentVersionFilter | Apply any special versioning filters on the specified statement | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetRuleByKey | Get a relationship directly using the key of the relationship. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetValidRelationshipsTRelationship | Get all valid relationships | |
| GetValidRelationshipsTRelationship(Guid) | Get all valid relationship types between sourceClassKey and all targets | |
| Insert(DataContext, RelationshipValidationRule) | Insert the specified object into the database | |
| Insert(DataContext, IdentifiedData) | Insert the specified object into the database | |
| MapExpressionTReturn | Map sort expression | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Query | Query for filter on context | |
| QueryRelationships | Query for all relationships registered | |
| RemoveRuleByKey | Remove a relationship directly using the key of the relationship. | |
| RemoveValidRelationshipTRelationship | Remove the valid relationship type key between | |
| ToModelInstance | Convert result to model | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Touch | Touch the specified object (creates a new version or updates the modified time) | |
| Trim | Trim the specified object from the database | |
| Update(DataContext, RelationshipValidationRule) | Update the specified object in the database context | |
| Update(DataContext, IdentifiedData) | Update the specified object in the database context |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |