Interface IDataSource
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/sql/DataSource.html
public interface IDataSource
Properties
Connection
Connection Connection { get; }
Property Value
Methods
GetConnection(String, String)
Connection GetConnection(String arg0, String arg1)