| GroupableModelElementCheckIfFieldsCanBeConvertedToValueType Method  | 
            Checks if the fields specified can be converted to a value type, which is then used in a new field to replace the specified field(s).
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic virtual bool CheckIfFieldsCanBeConvertedToValueType(
	List<FieldElement> fields
)
Public Overridable Function CheckIfFieldsCanBeConvertedToValueType ( 
	fields As List(Of FieldElement)
) As Boolean
Parameters
- fields
 - Type: System.Collections.GenericListFieldElement
The fields. 
Return Value
Type: 
Booleantrue if the fields can be converted to a valuetype, false otherwise. 
RemarksIf a field is an identifying field, a discriminator field or is an FK field, the field can't be converted into a value type. 
            If one field can't be converted, none of them can
See Also