Azavea.Open.DAO.Firebird.FirebirdDaLayer.FirebirdDaLayer C# (CSharp) Méthode

FirebirdDaLayer() public méthode

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.
Résultat System
        public FirebirdDaLayer(FirebirdDescriptor connDesc)
            : base(connDesc, true)
        {
        }