| CacheControllerDataDataObjectTypeCacheGetNameSingular Method |
Returns the (singular) name of a data object type on the active user's language.
Throws an exception if the data object type doesn't exist.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static string GetNameSingular(
int dataObjectTypeId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectTypeId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
String
See Also