ITable.ITableBase.ToDebugString(MetadataDebugStringOptions, Int32) 方法

定義

建立人類可讀取的指定中繼資料標記法。

警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。

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

參數

options
MetadataDebugStringOptions

產生字串的選項。

indent
Int32

每個新行之前要使用的縮排空格數目。

傳回

人類可讀取的標記法。

實作

適用於