示例#1
0
 public IRow GetKey()
 {
     if (_cursor != null)
     {
         return(_cursor.GetKey());
     }
     else
     {
         return(null);
     }
 }
示例#2
0
 protected override Row InternalGetKey()
 {
     return(FSourceCursor.GetKey());
 }