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