SqliteBlob Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| SqliteBlob(SqliteConnection, String, String, Int64, Boolean) |
Menginisialisasi instans baru kelas SqliteBlob. |
| SqliteBlob(SqliteConnection, String, String, String, Int64, Boolean) |
Menginisialisasi instans baru kelas SqliteBlob. |
SqliteBlob(SqliteConnection, String, String, Int64, Boolean)
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
Menginisialisasi instans baru kelas 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)
Parameter
- connection
- SqliteConnection
Koneksi terbuka ke database.
- tableName
- String
Nama tabel yang berisi blob.
- columnName
- String
Nama kolom yang berisi blob.
- rowid
- Int64
Rowid baris yang berisi blob.
- readOnly
- Boolean
Nilai yang menunjukkan apakah blob bersifat baca-saja.
Berlaku untuk
SqliteBlob(SqliteConnection, String, String, String, Int64, Boolean)
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
- Sumber:
- SqliteBlob.cs
Menginisialisasi instans baru kelas 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)
Parameter
- connection
- SqliteConnection
Koneksi terbuka ke database.
- databaseName
- String
Nama database terlampir yang berisi blob.
- tableName
- String
Nama tabel yang berisi blob.
- columnName
- String
Nama kolom yang berisi blob.
- rowid
- Int64
Rowid baris yang berisi blob.
- readOnly
- Boolean
Nilai yang menunjukkan apakah blob bersifat baca-saja.