C# 클래스 Microsoft.Research.DataOnboarding.TestUtilities.Helper

파일 보기 프로젝트 열기: CDLUC3/dataup2

공개 메소드들

메소드 설명
CreateSqlCeDataBaseFromEntityFrameworkDbContext ( DbContext context, string databaseFilePath ) : void

This method creates a new SQL CE database from Entity framework context

In future look at refactoring this method to take an additional 'overwrite' flag, and create new database optional

메소드 상세

CreateSqlCeDataBaseFromEntityFrameworkDbContext() 공개 정적인 메소드

This method creates a new SQL CE database from Entity framework context
In future look at refactoring this method to take an additional 'overwrite' flag, and create new database optional
public static CreateSqlCeDataBaseFromEntityFrameworkDbContext ( DbContext context, string databaseFilePath ) : void
context DbContext Entity framework context
databaseFilePath string File path
리턴 void