コード例 #1
0
 public VistaDBRemoteQuery(VistaDBSQLConnection parent) : base(parent)
 {
     this.fetchCount          = 100;
     this.parameterCollection = new RemoteParameterCollection();
     this.queryID             = 0;            //srv_Prepare();
 }
コード例 #2
0
		public VistaDBRemoteQuery(VistaDBSQLConnection parent): base(parent)
		{
			this.fetchCount          = 100;
			this.parameterCollection = new RemoteParameterCollection();
			this.queryID             = 0;//srv_Prepare();
		}