EntityDefinitionCheckIfFieldsCanBeMovedToSuperSubType Method |
Checks if the fields specified can be moved to a super or subtype
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public override bool CheckIfFieldsCanBeMovedToSuperSubType(
List<FieldElement> fields
)
Public Overrides Function CheckIfFieldsCanBeMovedToSuperSubType (
fields As List(Of FieldElement)
) As Boolean
Parameters
- fields
- Type: System.Collections.GenericListFieldElement
The fields.
Return Value
Type:
Boolean
true if the fields can be moved, false otherwise.
Remarks If a field is an identifying field or a discriminator field the field can't be moved. If one field can't be moved
none of them can
See Also