Click or drag to resize
GroupableModelElementCheckIfFieldsCanBeMovedToSuperSubType 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.3.0.0 (5.3.0)
Syntax
public virtual bool CheckIfFieldsCanBeMovedToSuperSubType(
	List<FieldElement> fields
)

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, 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