Click or drag to resize

GenericLocalMetadataRepository<TMetadata>.Find Method

Overload List
  NameDescription
Public methodFind(Expression<Func<TMetadata, Boolean>>)
Finds the specified metadata
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>).)
Public methodFind(Expression<Func<TMetadata, Boolean>>, Int32, Nullable<Int32>, Int32,ModelSort<TMetadata>[])
Finds the specified metadata
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32,ModelSort<TEntity>[]).)
Public methodFind(Expression<Func<TMetadata, Boolean>>, Int32, Nullable<Int32>, Int32, Guid,ModelSort<TMetadata>[])
Finds the specified metadata
(Overrides GenericLocalRepository<TEntity>.Find(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32, Guid,ModelSort<TEntity>[]).)
Top
See Also