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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic 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.DbExpressionPublic Shared Widening Operator CType (value As String) As DbExpression参数
- value
- String
要转换的值。
返回
转换后的值。