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

In This Topic
    Columns Property (SqlLoader)
    In This Topic
    Gets the SqlLoaderColumnCollection collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Columns As SqlLoaderColumnCollection
    public new SqlLoaderColumnCollection Columns {get;}

    Property Value

    Columns which loaded table consist of.
    Remarks
    You may manually add columns to the SqlLoaderColumnCollection or call CreateColumns method to populate columns collection from the table description.
    See Also