Azavea.Open.DAO.Firebird.FirebirdDaLayer.FirebirdDaLayer C# (CSharp) 메소드

FirebirdDaLayer() 공개 메소드

Construct the layer. Should typically be called only by the appropriate ConnectionDescriptor.
public FirebirdDaLayer ( FirebirdDescriptor connDesc ) : System
connDesc FirebirdDescriptor Connection to the Firebird DB we'll be using.
리턴 System
        public FirebirdDaLayer(FirebirdDescriptor connDesc)
            : base(connDesc, true)
        {
        }