Class ViewColumnMappingExtensions
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Extension methods for IViewColumnMapping.
public static class ViewColumnMappingExtensions
- Inheritance
-
ViewColumnMappingExtensions
- Inherited Members
Methods
ToDebugString(IViewColumnMapping, MetadataDebugStringOptions, int)
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.
public static string ToDebugString(this IViewColumnMapping columnMapping, MetadataDebugStringOptions options, int indent = 0)
Parameters
columnMapping
IViewColumnMappingThe metadata item.
options
MetadataDebugStringOptionsOptions for generating the string.
indent
intThe number of indent spaces to use before each new line.
Returns
- string
A human-readable representation.