Example #1
0
 public TFetchResultsReq(TOperationHandle operationHandle, TFetchOrientation orientation, long maxRows) : this()
 {
     this.OperationHandle = operationHandle;
     this.Orientation     = orientation;
     this.MaxRows         = maxRows;
 }
Example #2
0
 public TFetchResultsReq(TOperationHandle operationHandle, TFetchOrientation orientation, Int64 maxRows) : this()
 {
     OperationHandle = operationHandle;
     Orientation     = orientation;
     MaxRows         = maxRows;
 }