2 writes to providerType
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
82
this.
providerType
= attrs[0].Type;
84
this.
providerType
= typeof(SqlProvider);
1 reference to providerType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
105
get { return this.
providerType
; }