SqlFunctions.Checksum Method (Nullable<Double>, Nullable<Double>, Nullable<Double>)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns the checksum value computed over the input arguments.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
[EdmFunctionAttribute("SqlServer", "CHECKSUM")] public static Nullable<int> Checksum( Nullable<double> arg1, Nullable<double> arg2, Nullable<double> arg3 )
Parameters
- arg1
-
Type:
System.Nullable<Double>
The value for which the checksum is calculated.
- arg2
-
Type:
System.Nullable<Double>
The value for which the checksum is calculated.
- arg3
-
Type:
System.Nullable<Double>
The value for which the checksum is calculated.
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).
.NET Framework
Available since 4.0
Available since 4.0
Show: