SubEntityFetchPlanSetFetchStrategyOnSingleCollectionProperty Method

Definition

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

Parameters

propertyInfo  PropertyInfo
 
fetchStrategy  PropertyFetchStrategy
 

Implements

ISubEntityFetchPlanSetFetchStrategyOnSingleCollectionProperty(PropertyInfo, PropertyFetchStrategy)

See Also