public void ExecuteSql(string SqlStatement) { ExecuteCommand(m_factory.CreateCommand(SqlStatement)); }