Share via


IModelProvider.Deserialize Method

Deserializes the state from the XML node.

Namespace:  Microsoft.Data.Schema.Compare.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function Deserialize ( _
    parent As XmlNode, _
    <OutAttribute> ByRef errorMessage As String _
) As Boolean
'Usage
Dim instance As IModelProvider
Dim parent As XmlNode
Dim errorMessage As String
Dim returnValue As Boolean

returnValue = instance.Deserialize(parent, _
    errorMessage)
bool Deserialize(
    XmlNode parent,
    out string errorMessage
)
bool Deserialize(
    XmlNode^ parent, 
    [OutAttribute] String^% errorMessage
)
function Deserialize(
    parent : XmlNode, 
    errorMessage : String
) : boolean
abstract Deserialize : 
        parent:XmlNode * 
        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