IModelProvider.Serialize Method
Serializes this model provider to the XML writer.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub Serialize ( _
parent As XmlNode _
)
'Usage
Dim instance As IModelProvider
Dim parent As XmlNode
instance.Serialize(parent)
void Serialize(
XmlNode parent
)
void Serialize(
XmlNode^ parent
)
function Serialize(
parent : XmlNode
)
abstract Serialize :
parent:XmlNode -> unit
Parameters
- parent
Type: System.Xml.XmlNode
The parent node
.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.