示例#1
0
 internal void End()
 {
     if (!Ignore)
     {
         RC.End(m_query);
     }
 }
示例#2
0
 internal void End()
 {
     RC.End(m_query);
 }