FrameworkValidatorBaseReportEntitiesWithoutIdentifyingFieldsAsCorrectableMessage Method (Project, Boolean) | 
 
            Reports the entities without identifying fields as correctable message (either error or warning). This implementation will report entities
            mapped on a table if the mapping's action combination is other than CreateRetrieve or Retrieve.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected bool ReportEntitiesWithoutIdentifyingFieldsAsCorrectableMessage(
	Project toValidate,
	bool error
)
Protected Function ReportEntitiesWithoutIdentifyingFieldsAsCorrectableMessage ( 
	toValidate As Project,
	error As Boolean
) As Boolean
Parameters
- toValidate
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
To validate. - error
 - Type: SystemBoolean
if set to  a valuetype usage is reported as an error message, otherwise as a warning 
Return Value
Type: 
Boolean
            true if no errors were enountered, false otherwise
            
See Also