SqlExpressionFactory.Constant Methode
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
Constant(Object, Type, RelationalTypeMapping) |
Erstellt eine neue SqlConstantExpression , die eine Konstante in einer SQL-Struktur darstellt. |
Constant(Object, RelationalTypeMapping) |
Erstellt eine neue SqlConstantExpression , die eine Konstante in einer SQL-Struktur darstellt. |
Constant(Object, Type, RelationalTypeMapping)
Erstellt eine neue SqlConstantExpression , die eine Konstante in einer SQL-Struktur darstellt.
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression Constant (object? value, Type type, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping = default);
abstract member Constant : obj * Type * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression
override this.Constant : obj * Type * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression
Public Overridable Function Constant (value As Object, type As Type, Optional typeMapping As RelationalTypeMapping = Nothing) As SqlConstantExpression
Parameter
- value
- Object
Ein Wert.
- type
- Type
Der Typ für die Konstante. Nützlich, wenn der Wert NULL ist.
- typeMapping
- RelationalTypeMapping
Die RelationalTypeMapping dem Ausdruck zugeordnete.
Gibt zurück
Ein Ausdruck, der eine Konstante in einer SQL-Struktur darstellt.
Implementiert
Gilt für:
Constant(Object, RelationalTypeMapping)
Erstellt eine neue SqlConstantExpression , die eine Konstante in einer SQL-Struktur darstellt.
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression Constant (object value, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping typeMapping = default);
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression Constant (object? value, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping = default);
abstract member Constant : obj * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression
override this.Constant : obj * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression
Public Overridable Function Constant (value As Object, Optional typeMapping As RelationalTypeMapping = Nothing) As SqlConstantExpression
Parameter
- value
- Object
Ein Wert.
- typeMapping
- RelationalTypeMapping
Die RelationalTypeMapping dem Ausdruck zugeordnete.
Gibt zurück
Ein Ausdruck, der eine Konstante in einer SQL-Struktur darstellt.
Implementiert
Gilt für:
Entity Framework