PropertyBaseExtensions.Format Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea una rappresentazione stringa formattata delle proprietà indicate, ad esempio è utile quando si generano eccezioni relative a chiavi, indici e così via. che usano le proprietà.
public static string Format (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> properties, bool includeTypes = false);
static member Format : seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> * bool -> string
<Extension()>
Public Function Format (properties As IEnumerable(Of IReadOnlyPropertyBase), Optional includeTypes As Boolean = false) As String
Parametri
- properties
- IEnumerable<IReadOnlyPropertyBase>
Proprietà da formattare.
- includeTypes
- Boolean
Se true, i nomi dei tipi vengono inclusi nella stringa. Il valore predefinito è false
.
Restituisce
Rappresentazione della stringa.