DbExpression.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトを 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
パラメーター
返品
単精度浮動小数点数を表す 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
パラメーター
返品
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
パラメーター
返品
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
パラメーター
返品
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
パラメーター
返品
null 許容Guid オブジェクトを表すDbExpression。
適用対象
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
パラメーター
返品
null 許容Double オブジェクトを表すDbExpression。
適用対象
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
パラメーター
返品
null 許容Decimal オブジェクトを表すDbExpression。
適用対象
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 許容DateTime オブジェクトを表すDbExpression。
適用対象
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
パラメーター
返品
DateTime オブジェクトを表すDbExpression。
適用対象
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
パラメーター
返品
変換された 8 ビット符号なし整数を表す DbExpression 。
適用対象
Implicit(Nullable<Boolean> to DbExpression)
null 許容ブール型オブジェクトを 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
パラメーター
返品
変換された null 許容ブールオブジェクトを表す 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 。