private DataTable table; // used to get the automatic rowcount

        internal esDataSourceView(esDataSource owner, string name)
            : base(owner, name)
        {
            this.owner = owner;
        }
        private DataTable table; // used to get the automatic rowcount

        internal esDataSourceView(esDataSource owner, string name)
            : base(owner, name)
        {
            this.owner = owner;	
        }