This class represents the info necessary to connect to an OleDb data source.
Inheritance: Azavea.Open.DAO.SQL.AbstractSqlConnectionDescriptor, ITransactionalConnectionDescriptor
コード例 #1
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public OleDbOracleDaLayer(OleDbDescriptor connDesc)
     : base(connDesc, true)
 {
 }
コード例 #2
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public OleDbSqlServerDaLayer(OleDbDescriptor connDesc)
     : base(connDesc, true)
 {
 }
コード例 #3
0
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public OleDbAccessDaLayer(OleDbDescriptor connDesc)
     : base(connDesc, true)
 {
 }