public IDbDataParameter CreateParameter(string name, object value) { return(m_factory.CreateParameter(name, value)); }