Click or drag to resize

SubEntityFetchPlanCloneToNewType Method

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

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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