示例#1
0
 public void Close(SQLCursor ACursor)
 {
     ACursor.Dispose();
 }
示例#2
0
 public void Close(SQLCursor cursor)
 {
     cursor.Dispose();
 }