예제 #1
0
		public DataServiceMetadataProvider(DataContext dataContext)
		{
			this.dataContext = dataContext;
		}
예제 #2
0
		public void SetCurrentContext(DataContext dataContext)
		{
			this.customAuthorizationHandler.SetDataContext(dataContext);
		}
예제 #3
0
		public DataServiceUpdateProvider(DataContext cxt)
		{
			this.instances = new List<IUpdateInstance>();
			this.dataContext = cxt;
		}