6 references to XSD_XPATH
System.Data.Common (6)
System\Data\xmlsaver.cs (6)
2024selector.SetAttribute(Keywords.XSD_XPATH, ".//" + xpathprefix + table.EncodedTableName); 2059field.SetAttribute(Keywords.XSD_XPATH, encodedName.ToString()); 2098selector.SetAttribute(Keywords.XSD_XPATH, ".//" + xpathprefix + foreign.RelatedTable.EncodedTableName); 2127field.SetAttribute(Keywords.XSD_XPATH, encodedName.ToString()); 2170selector.SetAttribute(Keywords.XSD_XPATH, ".//" + xpathprefix + table.EncodedTableName); 2211field.SetAttribute(Keywords.XSD_XPATH, encodedName.ToString());