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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework