Click or drag to resize

PropertyControllerGetPropertyIdBySystemName Method (String, SqlConnection, SqlTransaction)

Gets the property Id by the property system name.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static int GetPropertyIdBySystemName(
	string systemName,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

systemName
Type: SystemString
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns the Id of the property, If the property can't be located zero is returned.
See Also