SqlQueryExtensions 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.
Extension methods for ISqlQuery.
public static class SqlQueryExtensions
type SqlQueryExtensions = class
Public Module SqlQueryExtensions
Public Class SqlQueryExtensions
- Inheritance
-
SqlQueryExtensions
Remarks
See Executing raw SQL commands with EF Core for more information.
Fields
DefaultQueryNameBase |
Obsolete.
Gets the name used for the ISqlQuery mapped using RelationalEntityTypeBuilderExtensions.ToSqlQuery. |
Methods
ToDebugString(ISqlQuery, MetadataDebugStringOptions, Int32) |
Creates a human-readable representation of the given metadata. Warning: Do not rely on the format of the returned string. It is designed for debugging only and may change arbitrarily between releases. |
Applies to
Entity Framework