示例#1
0
        public override void Bind(BindContext context)
        {
            Debug.Assert(context.AllTableRefs().Count == 1);
            var tabref = context.AllTableRefs()[0];

            tabRef_ = tabref;
            tableRefs_.Add(tabref);

            type_    = new RowType();
            ordinal_ = -10;
            markBounded();
        }