Azavea.Open.DAO.ConnectionDescriptor.CreateDataAccessLayer C# (CSharp) Метод

CreateDataAccessLayer() публичный абстрактный Метод

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
Результат IDaLayer
        public abstract IDaLayer CreateDataAccessLayer();