Condividi tramite


PropertyBaseExtensions.Format Metodo

Definizione

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.

Si applica a