SqlFunctions.ChecksumAggregate Method
Returns the checksum of the values in a collection. Null values are ignored.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ChecksumAggregate(IEnumerable<Int32>) | Returns the checksum of the values in a collection. Null values are ignored. |
|
ChecksumAggregate(IEnumerable<Nullable<Int32>>) | Returns the checksum of the values in a collection. Null values are ignored. |
This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see CHECKSUM_AGG (Transact-SQL).