 | 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.28229
SyntaxSubEntityFetchPlan CloneToNewType(
Type type
)
Function CloneToNewType (
type As Type
) As SubEntityFetchPlan
SubEntityFetchPlan^ CloneToNewType(
Type^ type
)
abstract CloneToNewType :
type : Type -> SubEntityFetchPlan 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
SubEntityFetchPlanThe new fetch plan copy
See Also