Click or drag to resize
EntityDefinitionSetIdentifyingFields Method
Sets the identifying fields of this entity definition to the list of fields specified

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 void SetIdentifyingFields(
	List<IIdentifyingField> newIdentifyingFields,
	bool performValidation
)

Parameters

newIdentifyingFields
Type: System.Collections.GenericListIIdentifyingField
The new identifying fields.
performValidation
Type: SystemBoolean
if set to [perform validation].
Exceptions
ExceptionCondition
ValidationExceptionWhen the set of newIdentifyingFields aren't forming a unique set of fields
See Also