Click or drag to resize
EntityCoreTFieldsValidate Method

Note: This API is now obsolete.

Method to keep code compilable however which is now marked as obsolete, as people should call ValidateEntity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[ObsoleteAttribute("This method is obsolete, starting with v2.6. Please call ValidateEntity() or one of the other validation methods instead.", 
	true)]
protected virtual bool Validate()

Return Value

Type: Boolean
always true
Remarks
Calls ValidateEntity.
See Also