EntityInstanceReference.Materialize Method
Include Protected Members
Include Inherited Members
Returns the referenced External Item.
Overload List
Name | Description | |
---|---|---|
![]() |
Materialize() | Returns the referenced External Item with default options. |
![]() |
Materialize(Boolean) | Returns the referenced External Item with the option to do a delayed read. |
![]() |
Materialize(OperationMode) | Returns the referenced External Item by using the given operation mode. |
![]() |
Materialize(OperationMode, Boolean) | Returns the referenced External Item using the specified operation mode and the option to do a delayed read. |
Top