| Name | Description |
---|
| DeserializeDataSet(array<Byte>[]()[][]) |
Creates a new DataSet and populates it from originally serialized data.
|
| DeserializeDataSet(DataSet, array<Byte>[]()[][]) |
Deserializes data and infrastructure into the supplied DataSet.
|
| DeserializeDataSet(Type, array<Byte>[]()[][]) |
Deserializes a DataSet or Typed DataSet from a byte[].
|
| DeserializeDataTable(array<Byte>[]()[][]) |
Creates a new DataTable and populates it with previously serialized data.
|
| DeserializeDataTable(DataTable, array<Byte>[]()[][]) |
Populates the supplied DataTable with previously serialized data.
|
| DeserializeSimpleTypedDataTable(DataTable, array<Byte>[]()[][]) |
Populates an existing Typed DataTable with row data previously serialized using
SerializeSimpleTypedDataTable.
|
| DeserializeSimpleTypedDataTable(Type, array<Byte>[]()[][]) |
Create a new DataTable of the requested type and populates it with row data previously
serialized using SerializeSimpleDataTable.
|
| DeserializeTypedDataSet(DataSet, array<Byte>[]()[][]) |
Deserializes a Typed DataSet from a byte[] containing serialized data only.
|
| DeserializeTypedDataSet(Type, array<Byte>[]()[][]) |
Deserializes a Typed DataSet from a byte[] containing serialized data only.
|
| DeserializeTypedDataTable(DataTable, array<Byte>[]()[][]) |
Deserializes a Typed DataTable from a byte[] containing serialized data only.
|
| DeserializeTypedDataTable(Type, array<Byte>[]()[][]) |
Deserializes a Typed DataTable from a byte[] containing serialized data only.
|
| GetDataSetDump |
Create a simple string dump of the contents (each table) of a DataSet, including the key values for each row.
|
| GetKeyValuesFromRow(DataRow) |
Gets an object[] holding the PrimaryKey column values.
The Row must be in a DataTable.
|
| GetKeyValuesFromRow(DataRow, DataTable) |
Gets an object[] holding the values from the columns having the same names as those of the PrimaryKey columns
from the supplied DataTable.
|
| GetNullableDateTime |
Maps DateTime.MinValue to DBNull.Value.
|
| GetTableDump | Gets the table dump (as a string) for a particular table |
| GetUniqueColumnValues(array<DataRow>[]()[][], DataColumn) |
Gets a list of unique values for a column from a list of rows.
|
| GetUniqueColumnValues(array<DataRow>[]()[][], Int32) |
Gets a list of unique values for a column from a list of rows.
|
| GetUniqueColumnValues(array<DataRow>[]()[][], String) |
Gets a list of unique values for a column from a list of rows.
|
| GetValuesFromRowVersion |
Returns an object[] of all the row values for the specified version
|
| SerializeDataSet |
Serializes a DataSet to a byte[].
|
| SerializeDataTable |
Serializes a DataTable to a byte[].
|
| SerializeSimpleTypedDataTable |
Serializes a simple Typed DataTable to a byte[] containing only data.
|
| SerializeTypedDataSet |
Serializes a Typed DataSet to a byte[] containing only the data for each DataTable (ie no infrastructure)
|
| SerializeTypedDataTable |
Serializes a Typed DataTable to a byte[] containing only the data (ie no infrastructure)
|