1 write to Provider
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
264
dm.
Provider
= OptionalAttribute(reader, XmlMappingConstant.Provider);
3 references to Provider
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
44
if (this.providerType == null && !String.IsNullOrEmpty(this.mapping.
Provider
)) {
45
this.providerType = this.FindType(this.mapping.
Provider
, typeof(SqlProvider).Namespace);
47
throw Error.ProviderTypeNotFound(this.mapping.
Provider
);