C# 클래스 CodeGenerationToolsExperiments.EDMXchema

파일 보기 프로젝트 열기: jradxl/Entity-Framework-Code-Generation-Tools-Experiments 1 사용 예제들

공개 메소드들

메소드 설명
GetSchemaElement ( string sourcePath ) : System.Xml.Linq.XElement

It returns root element of conceptual model (edmx file). Not present in EF.Utility.CS.ttinclude, so recreated here. There is probably a better way!

메소드 상세

GetSchemaElement() 공개 정적인 메소드

It returns root element of conceptual model (edmx file). Not present in EF.Utility.CS.ttinclude, so recreated here. There is probably a better way!
public static GetSchemaElement ( string sourcePath ) : System.Xml.Linq.XElement
sourcePath string
리턴 System.Xml.Linq.XElement