DbExpression.Implicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir nesneyi öğesine DbExpressiondönüştürür.
Aşırı Yüklemeler
Implicit(Nullable<Single> to DbExpression) |
Null atanabilir tek duyarlıklı kayan nokta sayısını değerine DbExpressiondönüştürür. |
Implicit(Nullable<Int64> to DbExpression) |
Null atanabilir 64 bit işaretsiz tamsayıyı değerine DbExpressiondönüştürür. |
Implicit(Nullable<Int32> to DbExpression) |
Null değer atanabilir 32 bit işaretsiz tamsayıyı olarak DbExpressiondönüştürür. |
Implicit(Nullable<Int16> to DbExpression) |
Null değer atanabilir 16 bit işaretsiz tamsayıyı olarak DbExpressiondönüştürür. |
Implicit(Nullable<Guid> to DbExpression) |
Null atanabilir Guid bir nesneyi öğesine DbExpressiondönüştürür. |
Implicit(Nullable<Double> to DbExpression) |
Null atanabilir Double bir nesneyi öğesine DbExpressiondönüştürür. |
Implicit(Nullable<Decimal> to DbExpression) |
Null atanabilir Decimal bir nesneyi öğesine DbExpressiondönüştürür. |
Implicit(Nullable<DateTimeOffset> to DbExpression) |
Null atanabilir DateTimeOffset bir nesneyi öğesine DbExpressiondönüştürür. |
Implicit(Nullable<DateTime> to DbExpression) |
Null atanabilir DateTime bir nesneyi öğesine DbExpressiondönüştürür. |
Implicit(Nullable<Byte> to DbExpression) |
Null değer atanabilir 8 bit işaretsiz tamsayıyı değerine DbExpressiondönüştürür. |
Implicit(Nullable<Boolean> to DbExpression) |
Null değer atanabilir bir Boole nesnesini öğesine DbExpressiondönüştürür. |
Implicit(DbGeometry to DbExpression) |
DbGeometry nesnesini öğesine DbExpressiondönüştürür. |
Implicit(DbGeography to DbExpression) |
DbGeography nesnesini öğesine DbExpressiondönüştürür. |
Implicit(Byte[] to DbExpression) |
8 bit işaretsiz tamsayı dizisini değerine DbExpressiondönüştürür. |
Implicit(String to DbExpression) |
Unicode karakterlerden oluşan sıralı koleksiyonu'na DbExpressiondönüştürür. |
Implicit(Nullable<Single> to DbExpression)
Null atanabilir tek duyarlıklı kayan nokta sayısını değerine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Tek duyarlıklı kayan nokta sayısını temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Int64> to DbExpression)
Null atanabilir 64 bit işaretsiz tamsayıyı değerine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Null değer atanabilir 64 bit işaretsiz tamsayıyı temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Int32> to DbExpression)
Null değer atanabilir 32 bit işaretsiz tamsayıyı olarak DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Null değer atanabilir 32 bit işaretsiz tamsayıyı temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Int16> to DbExpression)
Null değer atanabilir 16 bit işaretsiz tamsayıyı olarak DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Null değer atanabilir 16 bit işaretsiz tamsayıyı temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Guid> to DbExpression)
Null atanabilir Guid bir nesneyi öğesine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Null atanabilir Guid nesneyi temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Double> to DbExpression)
Null atanabilir Double bir nesneyi öğesine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Null atanabilir Double nesneyi temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Decimal> to DbExpression)
Null atanabilir Decimal bir nesneyi öğesine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Null atanabilir Decimal nesneyi temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<DateTimeOffset> to DbExpression)
Null atanabilir DateTimeOffset bir nesneyi öğesine DbExpressiondönüştürür.
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
Parametreler
- value
- Nullable<DateTimeOffset>
Null atanabilir DateTime nesne.
Döndürülenler
DbExpression Null atanabilir DateTime nesneyi temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<DateTime> to DbExpression)
Null atanabilir DateTime bir nesneyi öğesine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Nesnesini temsil eden birDateTime.
Şunlara uygulanır
Implicit(Nullable<Byte> to DbExpression)
Null değer atanabilir 8 bit işaretsiz tamsayıyı değerine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Dönüştürülen 8 bit işaretsiz tamsayıyı temsil eden bir.
Şunlara uygulanır
Implicit(Nullable<Boolean> to DbExpression)
Null değer atanabilir bir Boole nesnesini öğesine DbExpressiondönüştürür.
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
Parametreler
Döndürülenler
DbExpression Dönüştürülen null atanabilir Boole nesnesini temsil eden bir.
Şunlara uygulanır
Implicit(DbGeometry to DbExpression)
DbGeometry nesnesini öğesine DbExpressiondönüştürür.
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
Parametreler
- value
- DbGeometry
DbGeometry nesnesi.
Döndürülenler
DbExpression Dönüştürülen DbGeography nesnesini temsil eden bir.
Şunlara uygulanır
Implicit(DbGeography to DbExpression)
DbGeography nesnesini öğesine DbExpressiondönüştürür.
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
Parametreler
- value
- DbGeography
DbGeography nesnesi.
Döndürülenler
DbExpression Dönüştürülen DbGeography nesnesini temsil eden bir.
Şunlara uygulanır
Implicit(Byte[] to DbExpression)
8 bit işaretsiz tamsayı dizisini değerine DbExpressiondönüştürür.
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
Parametreler
- value
- Byte[]
8 bit işaretsiz tamsayı dizisi.
Döndürülenler
DbExpression 8 bit işaretsiz tamsayının dönüştürülmüş dizisini temsil eden bir.
Şunlara uygulanır
Implicit(String to DbExpression)
Unicode karakterlerden oluşan sıralı koleksiyonu'na DbExpressiondönüştürür.
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
Parametreler
- value
- String
Unicode karakterlerden oluşan sıralı bir koleksiyon.
Döndürülenler
DbExpression Unicode karakterlerden oluşan sıralı koleksiyonu temsil eden bir.