DbExpression.Implicit Betreiber
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
Implicit(Nullable<Single> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<float> value);
static member op_Implicit : Nullable<single> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Single)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Int64> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<long> value);
static member op_Implicit : Nullable<int64> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Long)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Int32> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<int> value);
static member op_Implicit : Nullable<int> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Integer)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Int16> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<short> value);
static member op_Implicit : Nullable<int16> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Short)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Guid> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<Guid> value);
static member op_Implicit : Nullable<Guid> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Guid)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Double> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<double> value);
static member op_Implicit : Nullable<double> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Double)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Decimal> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<decimal> value);
static member op_Implicit : Nullable<decimal> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Decimal)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<DateTimeOffset> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<DateTimeOffset> value);
static member op_Implicit : Nullable<DateTimeOffset> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTimeOffset)) As DbExpression
Parameter
- value
- Nullable<DateTimeOffset>
Der zu konvertierende Wert.
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<DateTime> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<DateTime> value);
static member op_Implicit : Nullable<DateTime> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTime)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Byte> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<byte> value);
static member op_Implicit : Nullable<byte> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Byte)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Nullable<Boolean> to DbExpression)
Ermöglicht die implizite Umwandlung aus Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<bool> value);
static member op_Implicit : Nullable<bool> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Boolean)) As DbExpression
Parameter
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(DbGeometry to DbExpression)
Ermöglicht die implizite Umwandlung aus DbGeometry.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Spatial.DbGeometry value);
static member op_Implicit : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeometry) As DbExpression
Parameter
- value
- DbGeometry
Der zu konvertierende Wert.
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(DbGeography to DbExpression)
Ermöglicht die implizite Umwandlung aus DbGeography.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Spatial.DbGeography value);
static member op_Implicit : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeography) As DbExpression
Parameter
- value
- DbGeography
Der zu konvertierende Wert.
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(Byte[] to DbExpression)
Ermöglicht die implizite Umwandlung aus einem Bytearray.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (byte[] value);
static member op_Implicit : byte[] -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Byte()) As DbExpression
Parameter
- value
- Byte[]
Der zu konvertierende Wert.
Gibt zurück
Der konvertierte Wert.
Gilt für:
Implicit(String to DbExpression)
Ermöglicht die implizite Umwandlung aus String.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (string value);
static member op_Implicit : string -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As String) As DbExpression
Parameter
- value
- String
Der zu konvertierende Wert.
Gibt zurück
Der konvertierte Wert.
Gilt für:
Entity Framework