SubEntityFetchPlanSetFetchStrategyOnSingleCollectionProperty Method
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void SetFetchStrategyOnSingleCollectionProperty(
PropertyInfo propertyInfo,
PropertyFetchStrategy fetchStrategy
)
Public Sub SetFetchStrategyOnSingleCollectionProperty (
propertyInfo As PropertyInfo,
fetchStrategy As PropertyFetchStrategy
)
public:
virtual void SetFetchStrategyOnSingleCollectionProperty(
PropertyInfo^ propertyInfo,
PropertyFetchStrategy fetchStrategy
) sealed
abstract SetFetchStrategyOnSingleCollectionProperty :
propertyInfo : PropertyInfo *
fetchStrategy : PropertyFetchStrategy -> unit
override SetFetchStrategyOnSingleCollectionProperty :
propertyInfo : PropertyInfo *
fetchStrategy : PropertyFetchStrategy -> unit
- propertyInfo PropertyInfo
-
- fetchStrategy PropertyFetchStrategy
-
ISubEntityFetchPlanSetFetchStrategyOnSingleCollectionProperty(PropertyInfo, PropertyFetchStrategy)