Click or drag to resize

SystemControllerGetSystemId Method (String, SqlConnection, SqlTransaction)

Returns the (data object) id of a system which has a specified value in its "SystemID" property.

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

Parameters

systemIdent
Type: SystemString
Value which the system in question must have in its "SystemID" property.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns 0 if no system was found.
See Also