DbExpression.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
參數
傳回
轉換的值。
適用於
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
要轉換的值。
傳回
轉換的值。