DbExpression.Implicit 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. 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)
DbExpression을 허용하는 부호 없는 64비트 정수입니다.
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을 허용하는 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
매개 변수
반환
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
매개 변수
반환
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>
nullable 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
매개 변수
반환
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
매개 변수
반환
변환된 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
매개 변수
반환
변환된 nullable 부울 개체를 나타내는 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)
유니코드 문자의 순차적인 컬렉션을 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
유니코드 문자의 순차적인 컬렉션입니다.
반환
유니코드 문자의 순차적인 컬렉션을 나타내는 DbExpression입니다.
적용 대상
.NET