C# Class CodeGenerationToolsExperiments.EDMXchema

Afficher le fichier Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Xml.Linq.XElement