score:1
Accepted answer
You should use only one database per dbml file, the context expects a single connection string.
Source: stackoverflow.com
Related Query
- Few database in one dbml?
- creating Linq to sqlite dbml from DbLinq source code
- Convert string[] to int[] in one line of code using LINQ
- Linq code to select one item
- Architecture Question - One Central Database and Many Different Programs Accessing It
- LINQ Source Code Available
- How can I combine this code into one or two LINQ queries?
- .NET 4 Code Contracts: "requires unproven: source != null"
- how delete more than one record from database using Linq in asp.net mvc
- linq - how do you do a query for items in one query source that are not in another one?
- Asp.net mvc3: How to pull data from database and fill view model in one goal?
- Merging few lists into one using linq
- Copy a list of objects to another typed list in one line of code
- Linq to Entities how to update record in one database access
- LINQ code to combine two database tables?
- .NET - How to effectively search through database for multiple fields in one textbox?
- updating data in many-to-many relationship in entity framework in code first existing database
- Better code for avoiding one dictionary - Case Sensitivity Issue
- Two LINQ statements to one awaitable LINQ database query (Optimize)
- linq to entities changing database connection string in code
- how will i create multiple type id in one column database design
- Linq equivalent of aggregate function on multiple tables in one database trip
- How can I check the number of calls to the database in LINQ query when using .NET Core and Code First?
- Use FluentValidation to access the database validating more than one field
- Can't add a new record with an integer value into database by using linq from code C#
- SQL Server Database is not updated via C# Code
- EF Code First Insert Objects with One to Many gives exception."Store update, insert, or delete statement affected an unexpected number of rows (0)."
- How can I code numerous MIN functions into one LINQ to DataSet query
- Task Does Not Contain a Definition for Where If Done in One Line of Code
- Mapping a database value to a TimeSpan using dbml
More Query from same tag
- Adding condition (string) to Entity LINQ query
- Is Unpivot (Not Pivot) functionality available in Linq to SQL? How?
- Delete duplicates in a List of int arrays
- Lambda where condition in Join statement
- How to connect 2 Lists into 1 Model
- Group using linq return datatable
- Entity Framework Many to Many works but Include does not
- Join multiple list on property in parallel
- How to work on a "subset" of a DataTable filtered via LINQ?
- How the Lambda Operator works and how it simplifies the expression in LINQ(c#)?
- C# predicate list passed to Linq Where clause
- How can filtering be possible without for loop using LINQ?
- How to take this sql query and turn it into nhibernate query
- Int.Parse(String.Split()) returns "Input string was not in a correct format" error
- Removing multiple entries in dictionary collection using Linq
- Cannot implicitly convert type System.Data.EnumerableRowCollection<Prog.tblName> to Prog.tblName
- Fill property of DTO with SubQuery in NHibernate Query
- c# Linq query with Tuple List
- XElement to List in c#
- How to Find Contiguous Dates within two Sets of Dates
- LINQ select item from a list where string contains any of the search terms in a list -> refactor
- EFCore Querying by a Null Navigation property
- Best practice to build dynamic SQL queries
- Linq using Include with Stored Procedure
- Gremlin.Net Casting from Enumerable.SelectIListIterator object to real type
- LINQ Querying list in list
- Why Underscore.js chain() method is not lazy?
- view model returning list of data in linq
- Assigning ID to Objects transmitted in XML document
- How to set multiple properties using Lambda in Action delegate