Esempio n. 1
0
 public RowDataReaderDemoControl(Devart.Data.PostgreSql.PgSqlConnection connection)
     : this()
 {
     this.command.Connection = connection;
     this.tbSql.Text         = command.CommandText;
 }
Esempio n. 2
0
        public RefCursorDemoControl(Devart.Data.PostgreSql.PgSqlConnection connection)
        {
            InitializeComponent();

            this.pgSqlCommand.Connection = connection;
        }