RelationalExpressionQuotingUtilities 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.
Utilities used for implementing IRelationalQuotableExpression.
[System.Diagnostics.CodeAnalysis.Experimental("EF9100")]
public static class RelationalExpressionQuotingUtilities
[<System.Diagnostics.CodeAnalysis.Experimental("EF9100")>]
type RelationalExpressionQuotingUtilities = class
Public Class RelationalExpressionQuotingUtilities
- Inheritance
-
RelationalExpressionQuotingUtilities
- Attributes
Methods
QuoteAnnotations(IReadOnlyDictionary<String,IAnnotation>) |
Quotes the annotations on a TableExpressionBase. |
QuoteOrNull<T>(T) |
If |
QuoteTableBase(ITableBase) |
Quotes an ITableBase. |
QuoteTags(ISet<String>) |
Quotes a set of string tags. |
QuoteTypeMapping(RelationalTypeMapping) |
Quotes a relational type mapping. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework