SqliteBlob 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SqliteBlob(SqliteConnection, String, String, Int64, Boolean) |
SqliteBlob 클래스의 새 인스턴스를 초기화합니다. |
SqliteBlob(SqliteConnection, String, String, String, Int64, Boolean) |
SqliteBlob 클래스의 새 인스턴스를 초기화합니다. |
SqliteBlob(SqliteConnection, String, String, Int64, Boolean)
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
SqliteBlob 클래스의 새 인스턴스를 초기화합니다.
public SqliteBlob (Microsoft.Data.Sqlite.SqliteConnection connection, string tableName, string columnName, long rowid, bool readOnly = false);
new Microsoft.Data.Sqlite.SqliteBlob : Microsoft.Data.Sqlite.SqliteConnection * string * string * int64 * bool -> Microsoft.Data.Sqlite.SqliteBlob
Public Sub New (connection As SqliteConnection, tableName As String, columnName As String, rowid As Long, Optional readOnly As Boolean = false)
매개 변수
- connection
- SqliteConnection
데이터베이스에 대한 열린 연결입니다.
- tableName
- String
Blob을 포함하는 테이블의 이름입니다.
- columnName
- String
Blob을 포함하는 열의 이름입니다.
- rowid
- Int64
Blob을 포함하는 행의 rowid입니다.
- readOnly
- Boolean
Blob이 읽기 전용인지 여부를 나타내는 값입니다.
적용 대상
SqliteBlob(SqliteConnection, String, String, String, Int64, Boolean)
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
- Source:
- SqliteBlob.cs
SqliteBlob 클래스의 새 인스턴스를 초기화합니다.
public SqliteBlob (Microsoft.Data.Sqlite.SqliteConnection connection, string databaseName, string tableName, string columnName, long rowid, bool readOnly = false);
new Microsoft.Data.Sqlite.SqliteBlob : Microsoft.Data.Sqlite.SqliteConnection * string * string * string * int64 * bool -> Microsoft.Data.Sqlite.SqliteBlob
Public Sub New (connection As SqliteConnection, databaseName As String, tableName As String, columnName As String, rowid As Long, Optional readOnly As Boolean = false)
매개 변수
- connection
- SqliteConnection
데이터베이스에 대한 열린 연결입니다.
- databaseName
- String
Blob을 포함하는 연결된 데이터베이스의 이름입니다.
- tableName
- String
Blob을 포함하는 테이블의 이름입니다.
- columnName
- String
Blob을 포함하는 열의 이름입니다.
- rowid
- Int64
Blob을 포함하는 행의 rowid입니다.
- readOnly
- Boolean
Blob이 읽기 전용인지 여부를 나타내는 값입니다.