Example #1
0
        public H2Generator GetGenerator(string identifier, bool tracking)
        {
            var option = (tracking) ? QueryTrackingBehavior.TrackAll : QueryTrackingBehavior.NoTracking;

            return(FacilityContext._getGenerator(this, identifier, option));
        }