public void RevertToCommitPoint(string storeName, CommitPointInfo commitPoint)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void RevertToCommitPoint(string storeName, CommitPointInfo commitPoint)
 {
     throw new NotImplementedException();
 }
 public Stream ExecuteQueryOnCommitPoint(CommitPointInfo commitPoint, string queryExpression, string resultsMediaType = null)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public Stream ExecuteQueryOnCommitPoint(CommitPointInfo commitPoint, string queryExpression, string resultsMediaType = null)
 {
     throw new NotImplementedException();
 }