2 writes to providerType
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
45
this.
providerType
= this.FindType(this.mapping.Provider, typeof(SqlProvider).Namespace);
51
this.
providerType
= typeof(SqlProvider);
4 references to providerType
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (4)
44
if (this.
providerType
== null && !String.IsNullOrEmpty(this.mapping.Provider)) {
46
if (this.
providerType
== null) {
50
else if (this.
providerType
== null) {
165
get { return this.
providerType
; }