DbExpression.Implicit 演算子

定義

オブジェクトを に DbExpression変換します。

オーバーロード

Implicit(Nullable<Single> to DbExpression)

null 許容型単精度浮動小数点数を DbExpression に変換します。

Implicit(Nullable<Int64> to DbExpression)

null 許容型 64 ビット符号なし整数を DbExpression に変換します。

Implicit(Nullable<Int32> to DbExpression)

null 許容型 32 ビット符号なし整数を DbExpression に変換します。

Implicit(Nullable<Int16> to DbExpression)

null 許容型 16 ビット符号なし整数を DbExpression に変換します。

Implicit(Nullable<Guid> to DbExpression)

null 許容型 Guid オブジェクトを DbExpression に変換します。

Implicit(Nullable<Double> to DbExpression)

null 許容型 Double オブジェクトを DbExpression に変換します。

Implicit(Nullable<Decimal> to DbExpression)

null 許容型 Decimal オブジェクトを DbExpression に変換します。

Implicit(Nullable<DateTimeOffset> to DbExpression)

null 許容型 DateTimeOffset オブジェクトを DbExpression に変換します。

Implicit(Nullable<DateTime> to DbExpression)

null 許容型 DateTime オブジェクトを DbExpression に変換します。

Implicit(Nullable<Byte> to DbExpression)

null 許容型 8 ビット符号なし整数を DbExpression に変換します。

Implicit(Nullable<Boolean> to DbExpression)

null 許容型の Boolean オブジェクトを DbExpression に変換します。

Implicit(DbGeometry to DbExpression)

DbGeometry オブジェクトを DbExpression に変換します。

Implicit(DbGeography to DbExpression)

DbGeography オブジェクトを DbExpression に変換します。

Implicit(Byte[] to DbExpression)

8 ビット符号なし整数の配列を に DbExpression変換します。

Implicit(String to DbExpression)

Unicode 文字のシーケンシャル コレクションを DbExpression に変換します。

Implicit(Nullable<Single> to DbExpression)

null 許容型単精度浮動小数点数を DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<float> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (float? value);
static member op_Implicit : Nullable<single> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Single)) As DbExpression

パラメーター

value
Nullable<Single>

単精度浮動小数点数。

戻り値

単精度浮動小数点数を表す DbExpression

適用対象

Implicit(Nullable<Int64> to DbExpression)

null 許容型 64 ビット符号なし整数を DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<long> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (long? value);
static member op_Implicit : Nullable<int64> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Long)) As DbExpression

パラメーター

value
Nullable<Int64>

null 許容の 64 ビット符号なし整数。

戻り値

null 許容の 64 ビット符号なし整数を表す DbExpression

適用対象

Implicit(Nullable<Int32> to DbExpression)

null 許容型 32 ビット符号なし整数を DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<int> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (int? value);
static member op_Implicit : Nullable<int> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Integer)) As DbExpression

パラメーター

value
Nullable<Int32>

null 許容の 32 ビット符号なし整数。

戻り値

null 許容の 32 ビット符号なし整数を表す DbExpression

適用対象

Implicit(Nullable<Int16> to DbExpression)

null 許容型 16 ビット符号なし整数を DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<short> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (short? value);
static member op_Implicit : Nullable<int16> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Short)) As DbExpression

パラメーター

value
Nullable<Int16>

null 許容の 16 ビット符号なし整数。

戻り値

null 許容の 16 ビット符号なし整数を表す DbExpression

適用対象

Implicit(Nullable<Guid> to DbExpression)

null 許容型 Guid オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<Guid> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (Guid? value);
static member op_Implicit : Nullable<Guid> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Guid)) As DbExpression

パラメーター

value
Nullable<Guid>

null 許容の Guid オブジェクト。

戻り値

null 許容の DbExpression オブジェクトを表す Guid

適用対象

Implicit(Nullable<Double> to DbExpression)

null 許容型 Double オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<double> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (double? value);
static member op_Implicit : Nullable<double> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Double)) As DbExpression

パラメーター

value
Nullable<Double>

null 値が許容される Double オブジェクト。

戻り値

null 許容の DbExpression オブジェクトを表す Double

適用対象

Implicit(Nullable<Decimal> to DbExpression)

null 許容型 Decimal オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<System::Decimal> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (decimal? value);
static member op_Implicit : Nullable<decimal> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Decimal)) As DbExpression

パラメーター

value
Nullable<Decimal>

null 値が許容される Decimal オブジェクト。

戻り値

null 許容の DbExpression オブジェクトを表す Decimal

適用対象

Implicit(Nullable<DateTimeOffset> to DbExpression)

null 許容型 DateTimeOffset オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<DateTimeOffset> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (DateTimeOffset? value);
static member op_Implicit : Nullable<DateTimeOffset> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTimeOffset)) As DbExpression

パラメーター

value
Nullable<DateTimeOffset>

null 値が許容される DateTime オブジェクト。

戻り値

null 許容の DbExpression オブジェクトを表す DateTime

適用対象

Implicit(Nullable<DateTime> to DbExpression)

null 許容型 DateTime オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<DateTime> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (DateTime? value);
static member op_Implicit : Nullable<DateTime> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTime)) As DbExpression

パラメーター

value
Nullable<DateTime>

null 値が許容される DateTime オブジェクト。

戻り値

DbExpression オブジェクトを表す DateTime

適用対象

Implicit(Nullable<Byte> to DbExpression)

null 許容型 8 ビット符号なし整数を DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<System::Byte> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (byte? value);
static member op_Implicit : Nullable<byte> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Byte)) As DbExpression

パラメーター

value
Nullable<Byte>

null 許容の 8 ビット符号なし整数。

戻り値

変換された 8 ビット符号なし整数を表す DbExpression

適用対象

Implicit(Nullable<Boolean> to DbExpression)

null 許容型の Boolean オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(Nullable<bool> value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (bool? value);
static member op_Implicit : Nullable<bool> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Boolean)) As DbExpression

パラメーター

value
Nullable<Boolean>

null 値が許容される Boolean オブジェクト。

戻り値

変換された null 許容の Boolean オブジェクトを表す DbExpression

適用対象

Implicit(DbGeometry to DbExpression)

DbGeometry オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(System::Data::Spatial::DbGeometry ^ value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Spatial.DbGeometry value);
static member op_Implicit : System.Data.Spatial.DbGeometry -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeometry) As DbExpression

パラメーター

value
DbGeometry

DbGeometry オブジェクト。

戻り値

変換された DbGeography オブジェクトを表す DbExpression

適用対象

Implicit(DbGeography to DbExpression)

DbGeography オブジェクトを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(System::Data::Spatial::DbGeography ^ value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Spatial.DbGeography value);
static member op_Implicit : System.Data.Spatial.DbGeography -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeography) As DbExpression

パラメーター

value
DbGeography

DbGeography のオブジェクト。

戻り値

変換された DbGeography オブジェクトを表す DbExpression

適用対象

Implicit(Byte[] to DbExpression)

8 ビット符号なし整数の配列を に DbExpression変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(cli::array <System::Byte> ^ value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (byte[] value);
static member op_Implicit : byte[] -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Byte()) As DbExpression

パラメーター

value
Byte[]

8 ビット符号なし整数の配列。

戻り値

変換された 8 ビット符号なし整数の配列を表す DbExpression

適用対象

Implicit(String to DbExpression)

Unicode 文字のシーケンシャル コレクションを DbExpression に変換します。

public:
 static operator System::Data::Common::CommandTrees::DbExpression ^(System::String ^ value);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (string value);
static member op_Implicit : string -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As String) As DbExpression

パラメーター

value
String

Unicode 文字のシーケンシャル コレクション。

戻り値

Unicode 文字のシーケンシャル コレクションを表す DbExpression

適用対象