Click or drag to resize

PropertyCache Methods

The CacheControllerDataPropertyCache type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAllProperties Obsolete.
Public methodStatic memberGetProperty(Guid, SqlConnection, SqlTransaction) Obsolete.
Public methodStatic memberGetProperty(Int32, SqlConnection, SqlTransaction)
Returns the Property object with the provided ID.
Public methodStatic memberGetProperty(String, SqlConnection, SqlTransaction)
Public methodStatic memberGetPropertyCheck(Guid, SqlConnection, SqlTransaction) Obsolete.
Public methodStatic memberGetPropertyCheck(Int32, SqlConnection, SqlTransaction)
Returns a BaseProperty object based on the provided ID. If the ID is not found, an Exception is thrown.
Public methodStatic memberGetPropertyCheck(String, SqlConnection, SqlTransaction)
If the property can neither be located in the cache nor in the database an exception is thrown.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also