| DataObjectControllerGetDataObjectDisplayNames Method (IEnumerableInt32, SqlConnection, SqlTransaction) |
Returns the displaynames for a number of data objects.
The security model is not considered.
Delete-marked data objects are also returned.
Note that the names are not necessarily in the same order as the ids.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static StringList GetDataObjectDisplayNames(
IEnumerable<int> dataObjectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
StringList
See Also