다음을 통해 공유


SqliteCommand.Connection 속성

정의

명령에서 사용하는 연결을 가져오거나 설정합니다.

public virtual Microsoft.Data.Sqlite.SqliteConnection Connection { get; set; }
public virtual Microsoft.Data.Sqlite.SqliteConnection? Connection { get; set; }
member this.Connection : Microsoft.Data.Sqlite.SqliteConnection with get, set
Public Overridable Property Connection As SqliteConnection

속성 값

명령에서 사용하는 연결입니다.

적용 대상