DataColumnSurrogate Class
Represents a surrogate of a DataColumn object, which Sync Framework uses during custom binary serialization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DataColumnSurrogate type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ColumnName | Gets or sets the name of the column that the DataColumnSurrogate object represents. |
![]() | DataType | Gets or sets the data type of the column that the DataColumnSurrogate object represents. |
| Name | Description | |
|---|---|---|
![]() | ConvertToDataColumn | Constructs a DataColumn object based on a DataColumnSurrogate object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
