Sdílet prostřednictvím


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
Public method DataColumnSurrogate Initializes a new instance of the DataColumnSurrogate class.

Top

Public Properties

  Name Description
Public property ColumnName Gets or sets the name of the column that the DataColumnSurrogate object represents.
Public property DataType Gets or sets the data type of the column that the DataColumnSurrogate object represents.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method ConvertToDataColumn Constructs a DataColumn object based on a DataColumnSurrogate object.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Ee617546.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DataColumnSurrogate Class
Microsoft.Synchronization.Data Namespace