dotConnect for SQLite Documentation
Devart.Common Namespace / DbDataSet Class / RemotingFormat Property

In This Topic
RemotingFormat Property (DbDataSet)
In This Topic
Gets or sets a System.Data.SerializationFormat for the DbDataSet used during remoting.
Syntax
'Declaration
 
Public Shadows Property RemotingFormat As SerializationFormat
 

Property Value

A System.Data.SerializationFormat object.
See Also