Azavea.Open.DAO.Firebird.FirebirdDaLayer.FirebirdDaLayer C# (CSharp) Method

FirebirdDaLayer() public method

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