DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnectionStringBuilder Class / RowsToScan Property

In This Topic
    RowsToScan Property (C1JsonConnectionStringBuilder)
    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