SubEntityFetchPlanCloneToNewType Method

Make a copy of this fetch plan using a new type.

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public SubEntityFetchPlan CloneToNewType(
	Type type
)

Parameters

type  Type
Type that the new fetch plan should be based on. Must equal to, or derived from the Type that this fetch plan is based on

Return Value

SubEntityFetchPlan
The new fetch plan copy

Implements

ISubEntityFetchPlanCloneToNewType(Type)

See Also