dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbLoader Class / TableName Property

On this page
    TableName Property (DbLoader)
    On this page
    Gets or sets table name that will be loaded.
    Syntax
    'Declaration
     
    Public Overridable Property TableName As String
    public virtual string TableName {get; set;}

    Property Value

    Name of the table that will be loaded.
    Remarks
    TableName property must be specified before beginning of loading data.
    See Also