Delen via


DataTableSurrogate Members

Represents a surrogate of a DataTable object, which Sync Framework uses during custom binary serialization.

The following tables list the members exposed by the DataTableSurrogate type.

Public Constructors

  Name Description
Public method DataTableSurrogate Initializes a new instance of the DataTableSurrogate class.

Top

Public Properties

  Name Description
Public property Locale Gets or sets the locale information used to compare strings within the table.
Public property MinimumCapacity Gets or sets the initial starting size for this table.
Public property RowStates Gets or sets an array that represents the state of each row in the table.
Public property TableName Gets or sets the name of the table that the DataTableSurrogate object represents.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose Overloaded. Releases the resources used by the DataTableSurrogate.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetDataColumnSurrogates Gets an array of DataColumnSurrogate objects that comprise the table that is represented by the DataTableSurrogate object.
Public method GetHashCode  (Inherited from Object.)
Public method GetRecords Gets an array of objects that represent the columns and rows of data in the DataTableSurrogate object.
Public method GetType  (Inherited from Object.)
Public method ReadDataIntoDataTable Copies the table schema from a DataTableSurrogate object into a DataTable object.
Public method ReadSchemaIntoDataTable Copies the table data from a DataTableSurrogate object into a DataTable object.
Public method Ee617393.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded. Releases the resources used by the DataTableSurrogate.
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DataTableSurrogate Class
Microsoft.Synchronization.Data Namespace