SubEntityFetchPlanCloneToNewType Method
Make a copy of this fetch plan using a new type.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public SubEntityFetchPlan CloneToNewType(
Type type
)
Public Function CloneToNewType (
type As Type
) As SubEntityFetchPlan
public:
virtual SubEntityFetchPlan^ CloneToNewType(
Type^ type
) sealed
abstract CloneToNewType :
type : Type -> SubEntityFetchPlan
override CloneToNewType :
type : Type -> SubEntityFetchPlan
- 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
SubEntityFetchPlanThe new fetch plan copy
ISubEntityFetchPlanCloneToNewType(Type)