public static void Load_SpecialObjectiveYears() { SmartMap_DomainContext context = new SmartMap_DomainContext(); LoadOperation<ObjectiveSpecialYear> loadOp = context.Load<ObjectiveSpecialYear>(context.GetSpecialObjectiveYearsQuery(), SpecialObjectiveYears_Loaded, null); }