| FrameworkValidatorBaseReportBinaryPkFieldsAsCorrectableMessage Method  | 
 
            Reports any entity which has at least one pk field of type byte[] as an 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)
Syntaxprotected virtual bool ReportBinaryPkFieldsAsCorrectableMessage(
	Project toValidate
)
Protected Overridable Function ReportBinaryPkFieldsAsCorrectableMessage ( 
	toValidate As Project
) As Boolean
Parameters
- toValidate
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
Project to validate 
Return Value
Type: 
Boolean
            true if no error was dispatched, false otherwise
            
See Also