EntityAttributeMapperBaseGetValueT Method |
Gets the attribute value of the specified entity regardless of value nullability, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax protected Nullable<T> GetValue<T>(
Object entity
)
where T : struct, new()
Parameters
- entity
- Type: SystemObject
The entity to get the value of.
Type Parameters
- T
- The type of entity attribute value.
Return Value
Type:
NullableTThe attribute value of the specified entity regardless of value nullability.
See Also