'Declaration Public Function New( _ ByVal persisterConfigData As String _ )
public DataContext( string persisterConfigData )
Parameters
- persisterConfigData
- This argument can be any one of the following:
- The name of a file where a SQL Server Express database resides.
- The name of a server where a database is present. In this case the provider uses the default database for a user.
- A complete connection string. LINQ to SQL just passes the string to the provider without modification.