System.Web.DynamicData.DynamicDataExtensions.LoadWithForeignKeys C# (CSharp) Method

LoadWithForeignKeys() private method

private LoadWithForeignKeys ( this dataSource, Type rowType ) : void
dataSource this
rowType System.Type
return void
		public static void LoadWithForeignKeys (this LinqDataSource dataSource, Type rowType)
		{
			throw new NotImplementedException ();
		}
	}