Azavea.Open.DAO.ConnectionDescriptor.CreateDataAccessLayer C# (CSharp) Method

CreateDataAccessLayer() public abstract method

Returns the appropriate data access layer for this connection. If this connection is capable of performing "DDL" operations (creating / deleting datastores, indexes, etc) this IDaLayer will also implement IDaDdlLayer.
public abstract CreateDataAccessLayer ( ) : IDaLayer
return IDaLayer
        public abstract IDaLayer CreateDataAccessLayer();