Ejemplo n.º 1
0
 public bool SeekToCondition(uint bookMark, bool useForwardDirection, QueryFilter seekFilter, SeekToConditionFlags flags)
 {
     this.CheckDisposed(null);
     throw new NotSupportedException("SeekToCondition");
 }
Ejemplo n.º 2
0
 public bool SeekToCondition(uint bookMark, bool useForwardDirection, QueryFilter seekFilter, SeekToConditionFlags flags)
 {
     this.CheckDisposed(null);
     Util.ThrowOnNullArgument(seekFilter, "seekFilter");
     EnumValidator.ThrowIfInvalid <SeekToConditionFlags>(flags, "flags");
     throw new NotSupportedException();
 }
Ejemplo n.º 3
0
 public bool SeekToCondition(SeekReference reference, QueryFilter seekFilter, SeekToConditionFlags flags)
 {
     this.CheckDisposed(null);
     throw new NotSupportedException("SeekToCondition");
 }
Ejemplo n.º 4
0
 public bool SeekToCondition(SeekReference reference, QueryFilter seekFilter, SeekToConditionFlags flags)
 {
     this.CheckDisposed(null);
     EnumValidator.ThrowIfInvalid <SeekReference>(reference, "reference");
     throw new NotSupportedException();
 }