Click or drag to resize

PropertyCacheGetPropertyCheck Method

Overload List
  NameDescription
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
See Also