C# Class CodeGenerationToolsExperiments.EDMXchema

Mostra file Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments Class Usage Examples

Public Methods

Method Description
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!

Method Details

GetSchemaElement() public static method

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
return System.Xml.Linq.XElement