dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class / RemotingFormat Property

In This Topic
    RemotingFormat Property (DbDataTable)
    In This Topic
    Gets or sets a System.Data.SerializationFormat for the DbDataTable used during remoting.
    Syntax
    'Declaration
     
    Public Shadows Property RemotingFormat As SerializationFormat
    public new SerializationFormat RemotingFormat {get; set;}

    Property Value

    A System.Data.SerializationFormat object.
    See Also