Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
为一个同步封装一个上载表的信息。
Public Interface UploadedTableData
public interface UploadedTableData
UploadedTableData 接口的所有成员,包括所有继承的成员。
GetDeletes 方法
GetInserts 方法
GetName 方法
GetSchemaTable 方法
GetUpdates 方法
插入、更新和删除操作均可通过标准 ADO.NET IDataReader 进行访问。表的元数据可通过 GetSchemaTable 调用或插入和删除数据读取器进行访问。删除数据读取器只包括该表的主键列。
GetDeletes 方法GetInserts 方法GetName 方法GetSchemaTable 方法GetUpdates 方法