ConnectionString Property
Summary
Gets or sets the connection used to open the data source.
Syntax
[DataMemberAttribute(Name="ConnectionString", IsRequired=true)]
public string ConnectionString { get; set; }
<DataMemberAttribute(Name="ConnectionString", IsRequired=True)>
Public Property ConnectionString As String
[DataMemberAttribute(Name="ConnectionString", IsRequired=true)]
public:
property String^ ConnectionString {
String^ get();
void set ( String^ );
}
Property Value
A System.String that specifies the connection used to open the data source.