SqliteBlob Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| SqliteBlob(SqliteConnection, String, String, Int64, Boolean) |
Initialisiert eine neue Instanz der SqliteBlob-Klasse. |
| SqliteBlob(SqliteConnection, String, String, String, Int64, Boolean) |
Initialisiert eine neue Instanz der SqliteBlob-Klasse. |
SqliteBlob(SqliteConnection, String, String, Int64, Boolean)
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
Initialisiert eine neue Instanz der SqliteBlob-Klasse.
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
Eine offene Verbindung mit der Datenbank.
- tableName
- String
Der Name der Tabelle, die das Blob enthält.
- columnName
- String
Der Name der Spalte, die das Blob enthält.
- rowid
- Int64
Die Rowid der Zeile, die das Blob enthält.
- readOnly
- Boolean
Ein Wert, der angibt, ob das Blob schreibgeschützt ist.
Gilt für:
SqliteBlob(SqliteConnection, String, String, String, Int64, Boolean)
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
- Quelle:
- SqliteBlob.cs
Initialisiert eine neue Instanz der SqliteBlob-Klasse.
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
Eine offene Verbindung mit der Datenbank.
- databaseName
- String
Der Name der angefügten Datenbank, die das Blob enthält.
- tableName
- String
Der Name der Tabelle, die das Blob enthält.
- columnName
- String
Der Name der Spalte, die das Blob enthält.
- rowid
- Int64
Die Rowid der Zeile, die das Blob enthält.
- readOnly
- Boolean
Ein Wert, der angibt, ob das Blob schreibgeschützt ist.