ImportTableOptions.TotalRows

ImportTableOptions.TotalRows property

Gets or sets total row count to import from data source. -1 means all rows of given data source.

public int TotalRows { get; set; }

See Also