Click or drag to resize

IAdoPersistenceProviderTModel Methods

The IAdoPersistenceProviderTModel type exposes the following members.

Methods
 NameDescription
Public methodDelete Do an obsolete of the model
Public methodExists True if the object exists in the database
(Inherited from IAdoPersistenceProvider)
Public methodGet Perform a get on the context
Public methodInsert(DataContext, IdentifiedData) Insert the specified object into the database
(Inherited from IAdoPersistenceProvider)
Public methodInsert(DataContext, TModel) Insert the specified object into the database
Public methodQuery Query for filter on context
Public methodTouch Touch the specified object (creates a new version or updates the modified time)
Public methodUpdate(DataContext, IdentifiedData) Update the specified object in the database context
(Inherited from IAdoPersistenceProvider)
Public methodUpdate(DataContext, TModel) Update the specified object in the database context
Top
See Also