model.RegisterContext(typeof(NorthwindDataContext), new ContextConfiguration()
{
ScaffoldAllTables = true,
MetadataProviderFactory = (type => new DefaultTypeDescriptionProvider(type, new AssociatedMetadataTypeTypeDescriptionProvider(type)))
});
... 나는 확실히 그것을 VB에서 보일 것입니다 방법을 알아낼 수없는 것 ...C#에서 동적 데이터 컨텍스트 등록 코드를 VB로 변환 하시겠습니까? MetadataProviderFactory 라인 특히