Click or drag to resize

FrameworkValidatorBaseReportNonPureManyToManyRelationships Method

Reports any non-pure m:n relationship (so all objectified m:n relationships are reported) as warning or error.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected bool ReportNonPureManyToManyRelationships(
	Project toValidate,
	bool error
)

Parameters

toValidate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate.
error
Type: SystemBoolean
if set to true the issue is reported as error, otherwise as warning

Return Value

Type: Boolean
true if everything was ok, false if an error was reported
See Also