DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / RowsToScan Property

In This Topic
    RowsToScan Property (C1CSVConnectionStringBuilder)
    In This Topic
    Specifies how many rows will be scanned when type detection scheme is of type rowscan.
    Syntax
    'Declaration
     
    Public Property RowsToScan As Integer
    public int RowsToScan {get; set;}
    See Also