1 write to dbName
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
89this.dbName = (das != null && das.Length > 0) ? das[0].Name : this.contextType.Name;
1 reference to dbName
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
101get { return this.dbName; }