Ejemplo n.º 1
0
 /// <summary>
 /// Ctr.
 /// </summary>
 public PqlDataCommand()
 {
     m_parameters  = new PqlDataCommandParameterCollection();
     m_commandType = CommandType.Text;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Ctr.
 /// </summary>
 public PqlDataCommand()
 {
     m_parameters = new PqlDataCommandParameterCollection();
     m_commandType = CommandType.Text;
 }