Azavea.Open.DAO.SQL.SqlDaDdlLayer.SqlDaDdlLayer C# (CSharp) 메소드

SqlDaDdlLayer() 보호된 메소드

Instantiates the data access layer with the connection descriptor for the DB.
protected SqlDaDdlLayer ( AbstractSqlConnectionDescriptor connDesc, bool supportsNumRecords ) : System
connDesc AbstractSqlConnectionDescriptor The connection descriptor that is being used by this FastDaoLayer.
supportsNumRecords bool If true, methods that return numbers of records affected will be /// returning accurate numbers. If false, they will probably return /// FastDAO.UNKNOWN_NUM_ROWS.
리턴 System
        protected SqlDaDdlLayer(AbstractSqlConnectionDescriptor connDesc, bool supportsNumRecords)
            : base(connDesc, supportsNumRecords)
        {
        }