示例#1
0
 protected override void ExecuteQuery(OracleCommand command)
 {
     OnBeforeExecuteQuery(command);
     ConnectionProvider.ExecuteNonQuery(command);
     OnAfterExecuteQuery(command);
 }