Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / TableSurrogate Class / TableSurrogate Constructor

In This Topic
    TableSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal table As Table _
    )
    public TableSurrogate( 
       Table table
    )

    Parameters

    table
    See Also