FrameworkValidatorBaseReportTvfCallsAsCorrectableMessages Method  | 
 
            Reports errors with respect to TVF calls as correctable messages.
            
 
    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 virtual bool ReportTvfCallsAsCorrectableMessages(
	Project toValidate,
	bool error
)
Protected Overridable Function ReportTvfCallsAsCorrectableMessages ( 
	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 [error]. 
Return Value
Type: 
Boolean
See Also