ISubEntityFetchPlanCloneToNewType 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
SubEntityFetchPlan CloneToNewType(
Type type
)
Function CloneToNewType (
type As Type
) As SubEntityFetchPlan
SubEntityFetchPlan^ CloneToNewType(
Type^ type
)
abstract 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