3 references to Database
System.Data.Linq (3)
Mapping\MappingSource.cs (3)
252
if (!IsInNamespace(reader) || reader.LocalName != XmlMappingConstant.
Database
) {
288
if (reader.LocalName != XmlMappingConstant.
Database
) {
289
throw Error.UnexpectedElement(XmlMappingConstant.
Database
, String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}{1}{2}", reader.Prefix, String.IsNullOrEmpty(reader.Prefix) ? "" : "/", reader.LocalName));