SqlFunctions.Checksum Method
Returns the checksum value computed over the input arguments.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Checksum(Nullable<Boolean>) | Returns the checksum value computed over the input argument. |
|
Checksum(Byte[]) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<DateTime>) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<DateTimeOffset>) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<Decimal>) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<Double>) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<Guid>) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<TimeSpan>) | Returns the checksum value computed over the input argument. |
|
Checksum(String) | Returns the checksum value computed over the input argument. |
|
Checksum(Nullable<Boolean>, Nullable<Boolean>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Byte[], Byte[]) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<DateTime>, Nullable<DateTime>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Decimal>, Nullable<Decimal>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Double>, Nullable<Double>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Guid>, Nullable<Guid>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<TimeSpan>, Nullable<TimeSpan>) | Returns the checksum value computed over the input arguments. |
|
Checksum(String, String) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Byte[], Byte[], Byte[]) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Double>, Nullable<Double>, Nullable<Double>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<Guid>, Nullable<Guid>, Nullable<Guid>) | Returns the checksum value computed over the input arguments. |
|
Checksum(Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>) | Returns the checksum value computed over the input arguments. |
|
Checksum(String, String, String) | Returns the checksum value computed over the input arguments. |
You cannot call this function directly. This function can only appear within a LINQ to Entities query.
This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see CHECKSUM (Transact-SQL).