Condividi tramite


ITable.ITableBase.ToDebugString(MetadataDebugStringOptions, Int32) Metodo

Definizione

Crea una rappresentazione leggibile dei metadati specificati.

Avviso: non basarsi sul formato della stringa restituita. È progettato solo per il debug e può cambiare arbitrariamente tra le versioni.

override sealed string ITableBase.ToDebugString (Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions options, int indent);
abstract member Microsoft.EntityFrameworkCore.Metadata.ITableBase.ToDebugString : Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions * int -> string
override this.Microsoft.EntityFrameworkCore.Metadata.ITableBase.ToDebugString : Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions * int -> string
 Overrides NotOverridable Function ToDebugString (options As MetadataDebugStringOptions, indent As Integer) As String Implements ITableBase.ToDebugString

Parametri

options
MetadataDebugStringOptions

Opzioni per la generazione della stringa.

indent
Int32

Numero di spazi di rientro da usare prima di ogni nuova riga.

Restituisce

Rappresentazione leggibile dall'utente.

Implementazioni

Si applica a