public VistaDBRemoteQuery(VistaDBSQLConnection parent) : base(parent) { this.fetchCount = 100; this.parameterCollection = new RemoteParameterCollection(); this.queryID = 0; //srv_Prepare(); }
public VistaDBRemoteQuery(VistaDBSQLConnection parent): base(parent) { this.fetchCount = 100; this.parameterCollection = new RemoteParameterCollection(); this.queryID = 0;//srv_Prepare(); }