public SQSelectResult Insert(SQInsertQuery query)
 {
     return(_Adapter.Insert(query));
 }