| DataObjectControllerGetReferencePropertyValueId Method (Int32, Int32, Int32, SqlConnection, SqlTransaction) |
Returns the value of a specific reference property on a data object.
If more than one value are present the first is returned.
If no value are present then 'default' is returned.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int GetReferencePropertyValueId(
int dataObjectId,
int propertyId,
int defaultId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectId
- Type: SystemInt32
- propertyId
- Type: SystemInt32
- defaultId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
See Also