Exemplo n.º 1
0
 public void ExecuteSql(string SqlStatement)
 {
     ExecuteCommand(m_factory.CreateCommand(SqlStatement));
 }