Share via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IModelProvider Interface

IModelProvider Members

Microsoft.Data.Schema.Compare.Schema Namespace