ISchemaCompareModelProvider.Serialize Method
Serializes the current object and saves it into the provided XML node.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Sub Serialize ( _
parent As XmlNode _
)
void Serialize(
XmlNode parent
)
void Serialize(
XmlNode^ parent
)
abstract Serialize :
parent:XmlNode -> unit
function Serialize(
parent : XmlNode
)
Parameters
- parent
Type: System.Xml.XmlNode
An XmlNode object.
.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.