Click or drag to resize

IdentifiedPersistenceService<TModel, TDomain, TQueryResult>.QueryInternal Method

Overload List
  NameDescription
Protected methodQueryInternal(SQLiteDataContext, Expression<Func<TModel, Boolean>>, Int32, Int32, Int32, Guid, Boolean,ModelSort<TModel>[])
Performs the actual query
(Overrides SQLitePersistenceServiceBase<TData>.QueryInternal(SQLiteDataContext, Expression<Func<TData, Boolean>>, Int32, Int32, Int32, Guid, Boolean,ModelSort<TData>[]).)
Protected methodQueryInternal(SQLiteDataContext, String, IDictionary<String, Object>, Int32, Int32, Int32, Guid, Boolean,ModelSort<TModel>[])
Performs the actual query
(Overrides SQLitePersistenceServiceBase<TData>.QueryInternal(SQLiteDataContext, String, IDictionary<String, Object>, Int32, Int32, Int32, Guid, Boolean,ModelSort<TData>[]).)
Top
See Also