IView.ITableBase.ToDebugString(MetadataDebugStringOptions, Int32) 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 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.