次の方法で共有


DbExpression.Implicit 演算子

定義

オーバーロード

Implicit(Nullable<Single> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Int64> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Int32> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Int16> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Guid> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Double> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Decimal> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<DateTimeOffset> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<DateTime> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Byte> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(Nullable<Boolean> to DbExpression)

から Nullable<T>暗黙的なキャストを有効にします。

Implicit(DbGeometry to DbExpression)

から DbGeometry暗黙的なキャストを有効にします。

Implicit(DbGeography to DbExpression)

から DbGeography暗黙的なキャストを有効にします。

Implicit(Byte[] to DbExpression)

バイト配列からの暗黙的なキャストを有効にします。

Implicit(String to DbExpression)

から String暗黙的なキャストを有効にします。

Implicit(Nullable<Single> to DbExpression)

から 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

パラメーター

value
Nullable<Single>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Int64> to DbExpression)

から 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

パラメーター

value
Nullable<Int64>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Int32> to DbExpression)

から 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

パラメーター

value
Nullable<Int32>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Int16> to DbExpression)

から 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

パラメーター

value
Nullable<Int16>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Guid> to DbExpression)

から 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

パラメーター

value
Nullable<Guid>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Double> to DbExpression)

から 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

パラメーター

value
Nullable<Double>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Decimal> to DbExpression)

から 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

パラメーター

value
Nullable<Decimal>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<DateTimeOffset> to DbExpression)

から 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

パラメーター

value
Nullable<DateTimeOffset>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<DateTime> to DbExpression)

から 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

パラメーター

value
Nullable<DateTime>

変換する式。

戻り値

変換された値。

適用対象

Implicit(Nullable<Byte> to DbExpression)

から 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

パラメーター

value
Nullable<Byte>

変換する値。

戻り値

変換された値。

適用対象

Implicit(Nullable<Boolean> to DbExpression)

から 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

パラメーター

value
Nullable<Boolean>

変換する値。

戻り値

変換された値。

適用対象

Implicit(DbGeometry to DbExpression)

から 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

パラメーター

value
DbGeometry

変換する値。

戻り値

変換された値。

適用対象

Implicit(DbGeography to DbExpression)

から 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

パラメーター

value
DbGeography

変換する値。

戻り値

変換された値。

適用対象

Implicit(Byte[] to DbExpression)

バイト配列からの暗黙的なキャストを有効にします。

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

パラメーター

value
Byte[]

変換する値。

戻り値

変換された値。

適用対象

Implicit(String to DbExpression)

から 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

パラメーター

value
String

変換する値。

戻り値

変換された値。

適用対象