IStoreFunction.ITableBase.ToDebugString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立人類可讀取的指定中繼資料標記法。
警告:不要依賴傳回字串的格式。 它專為偵錯而設計,而且可能會在發行之間任意變更。
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
每個新行之前要使用的縮排空格數目。
傳回
人類可讀的標記法。