Click or drag to resize

DataObjectControllerGetDataObjectIdsByDisplayNames Method (Int32, IEnumerableString, SqlConnection, SqlTransaction)

Finds data object ids by their display names.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetDataObjectIdsByDisplayNames(
	int dataObjectTypeId,
	IEnumerable<string> displayNames,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectTypeId
Type: SystemInt32
The data object type id.
displayNames
Type: System.Collections.GenericIEnumerableString
The display names.
dbConnection
Type: System.Data.SqlClientSqlConnection
The DB connection.
dbTransaction
Type: System.Data.SqlClientSqlTransaction
The DB transaction.

Return Value

Type: IntegerList
The data object ids.
See Also