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