| 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.1.0.0 (5.1.0)
Syntaxpublic 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.
            
RemarksIf 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