Click or drag to resize

EntityDefinition.SetIdentifyingFields 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.4.0.0 (5.4.0)
Syntax
public void SetIdentifyingFields(
	List<IIdentifyingField> newIdentifyingFields,
	bool performValidation
)

Parameters

newIdentifyingFields
Type: System.Collections.Generic.List<IIdentifyingField>
The new identifying fields.
performValidation
Type: System.Boolean
if set to true [perform validation].
Exceptions
ExceptionCondition
ValidationExceptionWhen the set of newIdentifyingFields aren't forming a unique set of fields
See Also