示例#1
0
 /// <summary>
 /// Return an XML reader which represents the CSDL description
 /// </summary>
 /// <returns>An XmlReader that represents the CSDL description</returns>
 internal static XmlReader GetConceptualSchemaDefinition(string csdlName)
 {
     return(DbProviderServices.GetXmlResource("System.Data.Resources.DbProviderServices." + csdlName + ".csdl"));
 }