ConnectionDataBaseValidateInformation Method |
Validates the information specified.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public virtual bool ValidateInformation()
Public Overridable Function ValidateInformation As Boolean
Return Value
Type:
Boolean
returns true if the information is valid, false otherwise. Caller should not proceed further if false is returned.
See Also