Click or drag to resize

SubEntityFetchPlanFromExistingFetchPlanTEntity Method


Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static SubEntityFetchPlanBuilder<TEntity> FromExistingFetchPlan<TEntity>(
	ISubEntityFetchPlan existingFetchPlan
)

Parameters

existingFetchPlan  ISubEntityFetchPlan
 

Type Parameters

TEntity

Return Value

SubEntityFetchPlanBuilderTEntity
See Also