EFExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Methods that are useful in application code. For example, referencing a shadow state property in a LINQ query.
public static class EFExtensions
type EFExtensions = class
Public Class EFExtensions
- Inheritance
-
EFExtensions
Remarks
See Database functions and Using EF.Property in EF Core queries for more information and examples.
Methods
| Name | Description |
|---|---|
| MultipleParameters<TSource>(TSource) |
Within the context of an EF LINQ query, forces its argument to be inserted into the query as a multiple parameter expressions. |
| MultipleParameters<TSource>(TSource) |
Within the context of an EF LINQ query, forces its argument to be inserted into the query as a multiple parameter expressions. |