1 write to mapping
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
37
this.
mapping
= mapping;
6 references to mapping
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (6)
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);
79
foreach (TableMapping tableMapping in this.
mapping
.Tables) {
131
foreach (FunctionMapping fmap in this.
mapping
.Functions) {
161
get { return this.
mapping
.DatabaseName; }