dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoaderOptions Class / NumberOfLinesToSkip Property

In This Topic
    NumberOfLinesToSkip Property
    In This Topic
    Gets or sets the number of lines at the start of the file to skip.
    Syntax
    'Declaration
     
    Public Property NumberOfLinesToSkip As Integer
    public int NumberOfLinesToSkip {get; set;}

    Property Value

    The number of lines at the start of the file to skip.
    See Also