Click or drag to resize

SubEntityFetchPlanSetFetchStrategyOnSingleCollectionProperty Method


Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void SetFetchStrategyOnSingleCollectionProperty(
	PropertyInfo propertyInfo,
	PropertyFetchStrategy fetchStrategy
)

Parameters

propertyInfo  PropertyInfo
 
fetchStrategy  PropertyFetchStrategy
 

Implements

ISubEntityFetchPlanSetFetchStrategyOnSingleCollectionProperty(PropertyInfo, PropertyFetchStrategy)
See Also