| DataObjectsGetReferencePropertyValues Method |
Returns values for one or all reference properties on all the data objects in the collection.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic ReferencePropertyValues GetReferencePropertyValues(
int referencePropertyId = 0,
bool allVersions = false
)
Parameters
- referencePropertyId (Optional)
- Type: SystemInt32
If specified as zero then values for all reference properties will be returned.
Else only values for the specified reference property will be returned.
- allVersions (Optional)
- Type: SystemBoolean
If true values referred by any version of the data objects will be returned.
If false only values referred by the current version of the data objects will be returned.
Return Value
Type:
ReferencePropertyValues
Returns values for one or all reference properties on all the data objects in the collection.
See Also