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

SqlDataRow

public sealed class SqlDataRow
Represents a SQL data row. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
public object this[int index] { get; set; }

Gets or sets the Object at the specified index.

public object this[string fieldName] { get; set; }

Gets or sets the Object with the specified field name.

public SqlDataRow(DataRowView row)

Initializes a new instance of the SqlDataRow class.