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

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