GetRetrievalAlgorithm Method
Gets the Retrieval Algorithm for this PropertyDefinition, which is used to determine how property values for this definition should be retrieved.
Syntax
public PropertyDefinition.ERetrievalAlgorithm GetRetrievalAlgorithm(
System.string entityClassName
)Public Function GetRetrievalAlgorithm( _
ByVal entityClassName As System.String _
) As PropertyDefinition.ERetrievalAlgorithmParameters
| Name | Description |
|---|---|
| entityClassName | The name of the entity class that we are retrieving the algorithm for. A property can have a different retrieval algorithm for each entity class. |