Beispiel #1
0
 public override Cursor <T> selectCursor <T>(string s)
 {
     return(wrappedSession.selectCursor(s));
 }