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();