DataSetSurrogate Class
Represents a surrogate of a DataSet object, which Sync Framework uses during custom binary serialization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DataSetSurrogate type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DatasetName | Gets or sets the name of the data set that the DataSetSurrogate object represents. |
![]() | Locale | Gets or sets the locale information used to compare strings within the table. |
| Name | Description | |
|---|---|---|
![]() | ConvertToDataSet | Constructs a DataSet object based on a DataSetSurrogate object. |
![]() | Dispose() | Releases all resources used by the DataSetSurrogate. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DataSetSurrogate and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDataTableSurrogates | Gets an array of DataTableSurrogate objects that comprise the data set that is represented by the DataSetSurrogate object. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
