PropertyCacheGetPropertyCheck Method |
| Name | Description | |
|---|---|---|
| GetPropertyCheck(Guid, SqlConnection, SqlTransaction) | Obsolete. | |
| GetPropertyCheck(Int32, SqlConnection, SqlTransaction) |
Returns a BaseProperty object based on the provided ID.
If the ID is not found, an Exception is thrown.
| |
| GetPropertyCheck(String, SqlConnection, SqlTransaction) |
If the property can neither be located in the cache nor in the database an exception is thrown.
|