Beispiel #1
0
 public string GetLastExecutedLsn(string providerUrl) =>
 CdcImportDal.GetLastExecutedLsn(QPConnectionScope.Current.DbConnection, providerUrl);
Beispiel #2
0
 public int PostLastExecutedLsn(string providerName, string providerUrl, string lastPushedLsn, string lastExecutedLsn) =>
 CdcImportDal.PostLastExecutedLsn(QPConnectionScope.Current.DbConnection, providerName, providerUrl, lastPushedLsn, lastExecutedLsn);
Beispiel #3
0
 public string GetMaxLsn() =>
 CdcImportDal.GetMaxLsn(QPConnectionScope.Current.DbConnection);