GroupableModelElementCheckIfFieldsCanBeBouncedToLocalFields Method  | 
 
            Checks if the fields can be bounced to local fields. This is true if the fields have a valuetype as type. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic virtual bool CheckIfFieldsCanBeBouncedToLocalFields(
	List<FieldElement> fields
)
Public Overridable Function CheckIfFieldsCanBeBouncedToLocalFields ( 
	fields As List(Of FieldElement)
) As Boolean
Parameters
- fields
 - Type: System.Collections.GenericListFieldElement
The fields. 
Return Value
Type: 
Booleanif the fields contain a field which has a valuetype as type, true, otherwise false.
See Also