The PetaPocoRepository<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Protected methodCompareTo<(Of <<'(TProperty>)>>) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodDelete(T) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodDelete(String, array<Object>[]()[][]) (Overrides RepositoryBase<(Of <(<'T>)>)>..::..Delete(String, array<Object>[]()[][]).)
Protected methodDeleteInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..DeleteInternal(T).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(String, array<Object>[]()[][]) (Overrides RepositoryBase<(Of <(<'T>)>)>..::..Find(String, array<Object>[]()[][]).)
Public methodFind(Int32, Int32, String, array<Object>[]()[][]) (Overrides RepositoryBase<(Of <(<'T>)>)>..::..Find(Int32, Int32, String, array<Object>[]()[][]).)
Public methodGet()()()() (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodGet<(Of <<'(TScopeType>)>>)(TScopeType) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodGetById<(Of <<'(TProperty>)>>)(TProperty) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodGetById<(Of <<'(TProperty, TScopeType>)>>)(TProperty, TScopeType) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Protected methodGetByIdInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..GetByIdInternal(Object).)
Protected methodGetByScopeInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..GetByScopeInternal(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..GetInternal()()()().)
Public methodGetPage(Int32, Int32) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodGetPage<(Of <<'(TScopeType>)>>)(TScopeType, Int32, Int32) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Protected methodGetPageByScopeInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..GetPageByScopeInternal(Object, Int32, Int32).)
Protected methodGetPageInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..GetPageInternal(Int32, Int32).)
Protected methodGetPrimaryKey<(Of <<'(TProperty>)>>) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Protected methodGetPropertyValue<(Of <<'(TProperty>)>>) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Protected methodGetScopeValue<(Of <<'(TProperty>)>>) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodInsert (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Protected methodInsertInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..InsertInternal(T).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(T) (Inherited from RepositoryBase<(Of <(<'T>)>)>.)
Public methodUpdate(String, array<Object>[]()[][]) (Overrides RepositoryBase<(Of <(<'T>)>)>..::..Update(String, array<Object>[]()[][]).)
Protected methodUpdateInternal (Overrides RepositoryBase<(Of <(<'T>)>)>..::..UpdateInternal(T).)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also