Click or drag to resize
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.1.0.0 (5.1.0)
Syntax
protected virtual bool ReportBinaryPkFieldsAsCorrectableMessage(
	Project toValidate
)

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