AdditionalConnectionOptions Property
In This Topic
Additional options to be appended to the database connection string.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property AdditionalConnectionOptions As String
[CanBeNull()]
public string AdditionalConnectionOptions {get; set;}
See Also