IAdo |
The IAdoPersistenceProviderTModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete | Do an obsolete of the model | |
| Exists |
True if the object exists in the database
(Inherited from IAdoPersistenceProvider) | |
| Get | Perform a get on the context | |
| Insert(DataContext, IdentifiedData) |
Insert the specified object into the database
(Inherited from IAdoPersistenceProvider) | |
| Insert(DataContext, TModel) | Insert the specified object into the database | |
| Query | Query for filter on context | |
| Touch | Touch the specified object (creates a new version or updates the modified time) | |
| Update(DataContext, IdentifiedData) |
Update the specified object in the database context
(Inherited from IAdoPersistenceProvider) | |
| Update(DataContext, TModel) | Update the specified object in the database context |