DataColumnSurrogate Members
Represents a surrogate of a DataColumn object, which Sync Framework uses during custom binary serialization.
The following tables list the members exposed by the DataColumnSurrogate type.
Public Constructors
Name | Description | |
---|---|---|
DataColumnSurrogate | Initializes a new instance of the DataColumnSurrogate class. |
Top
Public Properties
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ConvertToDataColumn | Constructs a DataColumn object based on a DataColumnSurrogate object. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DataColumnSurrogate Class
Microsoft.Synchronization.Data Namespace