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