IModelProvider.Validate Method
Returns whether valid.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function Validate ( _
<OutAttribute> ByRef errorMessage As String _
) As Boolean
'Usage
Dim instance As IModelProvider
Dim errorMessage As String
Dim returnValue As Boolean
returnValue = instance.Validate(errorMessage)
bool Validate(
out string errorMessage
)
bool Validate(
[OutAttribute] String^% errorMessage
)
function Validate(
errorMessage : String
) : boolean
abstract Validate :
errorMessage:string -> bool
Parameters
- errorMessage
Type: System.String%
The validation error message
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.