| Visual Basic (Declaration) | |
|---|---|
Public Property ConnectionString As String  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public string ConnectionString {get; set;}  | |
 Access, Excel and SQL server are supported and automatically detected 
            based on the connection string specified. 
See Getting Started > Tutorials > Connecting to data.
            
            
            See Getting Started > Tutorials > Connecting to data.