EntityBaseElementCheckIfFieldsCanBeBouncedToLocalFields 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.1.0.0 (5.1.0)
Syntax public override bool CheckIfFieldsCanBeBouncedToLocalFields(
List<FieldElement> fields
)
Public Overrides Function CheckIfFieldsCanBeBouncedToLocalFields (
fields As List(Of FieldElement)
) As Boolean
Parameters
- fields
- Type: System.Collections.GenericListFieldElement
The fields.
Return Value
Type:
Boolean
if the fields contain a field which has a valuetype as type, true, otherwise false.
See Also