IRelationalConnection 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관계형 데이터베이스와의 연결을 나타냅니다.
이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
public interface IRelationalConnection : IDisposable, Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager, Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager
public interface IRelationalConnection : IAsyncDisposable, IDisposable, Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager, Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager
type IRelationalConnection = interface
interface IRelationalTransactionManager
interface IDbContextTransactionManager
interface IDisposable
type IRelationalConnection = interface
interface IRelationalTransactionManager
interface IDbContextTransactionManager
interface IResettableService
interface IDisposable
type IRelationalConnection = interface
interface IRelationalTransactionManager
interface IDbContextTransactionManager
interface IResettableService
interface IDisposable
interface IAsyncDisposable
Public Interface IRelationalConnection
Implements IDbContextTransactionManager, IDisposable, IRelationalTransactionManager
Public Interface IRelationalConnection
Implements IAsyncDisposable, IDbContextTransactionManager, IDisposable, IRelationalTransactionManager
- 파생
- 구현
설명
서비스 수명은 입니다 Scoped. 즉, 각 DbContext instance 이 서비스의 자체 instance 사용합니다. 구현은 모든 수명에 등록된 다른 서비스에 따라 달라질 수 있습니다. 구현은 스레드로부터 안전할 필요가 없습니다.
자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.
속성
ActiveCursor |
활성 커서를 가져오거나 설정합니다. |
CommandTimeout |
데이터베이스에 대한 명령을 실행하기 위한 시간 제한을 가져옵니다. |
ConnectionId |
연결 식별자를 가져옵니다. |
ConnectionString |
데이터베이스의 연결 문자열 가져오거나 설정합니다. |
Context |
DbContext 현재 사용 중인 또는 |
CurrentTransaction |
현재 트랜잭션을 가져옵니다. |
DbConnection |
데이터베이스에 연결하는 데 사용되는 기본 DbConnection 을 가져오거나 설정합니다. |
IsMultipleActiveResultSetsEnabled |
여러 활성 결과 집합 기능을 사용할 수 있는지 여부를 나타내는 값을 가져옵니다. |
Semaphore |
사용되지 않음.
이 연결에 대한 액세스를 직렬화하는 데 사용되는 세마포를 가져옵니다. |
메서드
적용 대상
Entity Framework