<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

SqlDataView

Represents a SQL data view. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
public int Count { get; }

Gets the record count.

public SqlDataRow this[int index] { get; }

Gets or sets the item at the specified index.

public DataTable Table { get; }

Gets the underlying table.

public SqlDataView(DataTable table)

Initializes a new instance of the SqlDataView class.

public SqlDataView(DataSet dataset)

Initializes a new instance of the SqlDataView class.

Gets an enumerator over this DataView.

Gets the serialization info for this DataView.