SetRetrievalAlgorithm Method
Gets the Retrieval Algorithm for this PropertyDefinition, which is used to determine how property values for this definition should be retrieved.
Syntax
public void SetRetrievalAlgorithm(
PropertyDefinition.ERetrievalAlgorithm algorithm,
System.string entityClassName
)Public Sub SetRetrievalAlgorithm( _
ByVal algorithm As PropertyDefinition.ERetrievalAlgorithm, _
Optional ByVal entityClassName As System.String _
) Parameters
| Name | Description |
|---|---|
| algorithm | The algorithm that is assigned to the PropertyDefinition |
| entityClassName | The optional name of the entity class that this algorithm applies to. If null, then this will apply to all entity classes. There are properties that have different retrieval algorithms for each entity class |