Azavea.Open.DAO.ConnectionDescriptor.CreateDataAccessLayer C# (CSharp) Méthode

CreateDataAccessLayer() public abstract méthode

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
Résultat IDaLayer
        public abstract IDaLayer CreateDataAccessLayer();