Visual Basic (Declaration) | |
---|---|
Public Property ConnectionString As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string ConnectionString {get; set;} |
C# | Copy Code |
---|---|
// This will set the Access connection string default for all series. |
Visual Basic | Copy Code |
---|---|
'This will Set the Access connection String Default For all series. |
This can be overridden or used in combination with the series level connectionstring. Access, Excel and SQL server are supported and automatically detected based on the connection string specified. See Getting Started > Tutorials > Connecting to data.