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.2.0.0 (5.2.17.0403)
Syntax protected bool ReportNonPureManyToManyRelationships(
Project toValidate,
bool error
)
Protected Function ReportNonPureManyToManyRelationships (
toValidate As Project,
error As Boolean
) As Boolean
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:
Booleantrue if everything was ok, false if an error was reported
See Also