dotnetCHARTING Send comments on this topic.
ConnectionString Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : ConnectionString Property


Gets or sets the string used to open a SQL Server, Access, or Excel database.

Syntax

Visual Basic (Declaration) 
Public Property ConnectionString As String
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As String
 
instance.ConnectionString = value
 
value = instance.ConnectionString
C# 
public string ConnectionString {get; set;}

Remarks

Access, Excel and SQL server are supported and automatically detected based on the connection string specified.
See Getting Started > Tutorials > Connecting to data.

See Also

© 2010 All Rights Reserved.