Click or drag to resize

IMappedQueryProviderTModel Interface

Represents an ADO query provider which is used by wrapped result set instance to calculate its result set.

Namespace: SanteDB.OrmLite.MappedResultSets
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public interface IMappedQueryProvider<TModel>

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "T:SanteDB.OrmLite.MappedResultSets.IMappedQueryProvider`1"]

The IMappedQueryProviderTModel type exposes the following members.

Properties
 NameDescription
Public propertyProvider Get the provider
Public propertyQueryPersistence Gets the instance of the query persistence service
Top
Methods
 NameDescription
Public methodExecuteQueryOrm Execute a query for the specified model with query identifier returning the results
Public methodGet Get the specified object at the specified key
Public methodGetCurrentVersionFilter Apply any special versioning filters on the specified statement
Public methodMapExpressionTReturn Map sort expression
Public methodToModelInstance Convert result to model
Top
See Also