Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查数据库是否上载未更改的行。
Public ReadOnly Property UploadUnchangedRows As Boolean
public bool UploadUnchangedRows {get;}
ULException 类 发生 SQL 错误。
如果表被标记为在同步过程中始终上载所有行,则为 true;如果表被标记为仅上载已更改的行,则为 false。
当对表进行同步时,带有此标记的表将上载未更改和已更改的行。这些表有时称为 "全部同步" 表。