Determines the serialization format for a System.Data.DataSet.
Microsoft ADO.NET 2.0 introduces the ability to serialize a System.Data.Dataset as binary content. Earlier versions of the Microsoft .NET Framework do not support binary serialization.
The default format is SerializationFormat.Xml. This is backward compatible and will work with all versions of the .NET Framework.
Member Name | Description |
---|---|
Binary |
Serialize as binary content. Available in ADO.NET 2.0 only. |
Xml |
Serialize as XML content. The default. |