Click or drag to resize

CacheControllerDataPropertyCacheGetPropertyCheck Method (Guid, SqlConnection, SqlTransaction)

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Use PropertyController.LoadProperties instead - obsoleted in OIS 14")]
public static BaseProperty GetPropertyCheck(
	Guid propertyUId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

propertyUId
Type: SystemGuid
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: BaseProperty
See Also