Click or drag to resize

IExportSettingsWriteSchema Property

Get serialized XML with a XmlSchema (XSD). Only applies to PreserveAllConnections in combination with Xml. Default is false.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool WriteSchema { get; set; }

Property Value

Type: Boolean
Remarks
Uses ADO.NET built-in serialization. Allows for importing into SQL Server as well as performing your own query logic on the result.
See Also