示例#1
0
        internal void Read()
        {
            this._setter = new EntityPropertySetter(this.Repository.EntityMeta);

            if (this.ResultEntityList == null)
            {
                this.ResultEntityList = this.Repository.NewList();
            }

            this.ReadCore();
        }