dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlLoader Class / TableName Property

In This Topic
    TableName Property (SqlLoader)
    In This Topic
    Gets or sets table name that will be loaded.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property TableName As String
    public override string TableName {get; set;}

    Property Value

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