DataColumnSurrogate Class
Represents a surrogate of a DataColumn object, which Sync Framework uses during custom binary serialization.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DataColumnSurrogate
'Usage
Dim instance As DataColumnSurrogate
[SerializableAttribute]
public class DataColumnSurrogate
[SerializableAttribute]
public ref class DataColumnSurrogate
/** @attribute SerializableAttribute() */
public class DataColumnSurrogate
SerializableAttribute
public class DataColumnSurrogate
Remarks
This surrogate does not retain all of the properties of the object on which it is based. The only properties it retains are those that are publicly exposed.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.DataColumnSurrogate
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DataColumnSurrogate Members
Microsoft.Synchronization.Data Namespace