【EFCORE笔记】生成操作&相等比较&串联运算
Generation Operations
|
Method Name |
Description |
More Information |
|
DefaultIfEmpty |
Replaces an empty collection with a default valued singleton collection. |
|
|
Empty |
Returns an empty collection. |
|
|
Range |
Generates a collection that contains a sequence of numbers. |
|
|
Repeat |
Generates a collection that contains one repeated value. |
Equality Operations
|
Method Name |
Description |
More Information |
|
SequenceEqual |
Determines whether two sequences are equal by comparing elements in a pair-wise manner. |
Concatenation Operations
|
Method Name |
Description |
More Information |
|
Concat |
Concatenates two sequences to form one sequence. |


浙公网安备 33010602011771号