ConnectionString
This property returns the connection string associated with the OracleDataSource.
Declaration
// C#
public string ConnectionString { get; }Remarks
This property returns the connection string without the password when Persist Security Info is set to false.
See Also: