コード例 #1
0
        private DataTable table; // used to get the automatic rowcount

        internal esDataSourceView(esDataSource owner, string name)
            : base(owner, name)
        {
            this.owner = owner;
        }
コード例 #2
0
        private DataTable table; // used to get the automatic rowcount

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