DataColumnSurrogate 成员

表示 DataColumn 对象的代理项,Sync Framework 在自定义二进制序列化过程中使用此对象。

DataColumnSurrogate 类型公开以下成员。

构造函数

  名称 说明
公共方法 DataColumnSurrogate(DataColumn) 初始化 DataColumnSurrogate 类的一个新实例。

页首

方法

  名称 说明
公共方法 ConvertToDataColumn() () () () 基于 DataColumnSurrogate 对象构造 DataColumn 对象。
公共方法 Equals(Object) (继承自 Object。)
受保护的方法 Finalize() () () () (继承自 Object。)
公共方法 GetHashCode() () () () (继承自 Object。)
公共方法 GetType() () () () (继承自 Object。)
受保护的方法 MemberwiseClone() () () () (继承自 Object。)
公共方法 ToString() () () () (继承自 Object。)

页首

属性

  名称 说明
公共属性 ColumnName 获取或设置 DataColumnSurrogate 对象所表示的列的名称。
公共属性 DataType 获取或设置 DataColumnSurrogate 对象表示的列的数据类型。

页首

请参阅

参考

DataColumnSurrogate类

Microsoft.Synchronization.Data 命名空间