IStoreStoredProcedureReturnValue.IColumnBase.ToDebugString 方法

定义

创建给定元数据的可读表示形式。

警告:不要依赖于返回的字符串的格式。 它仅用于调试,并且可能会在版本之间任意更改。

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

参数

options
MetadataDebugStringOptions

用于生成字符串的选项。

indent
Int32

每个新行之前要使用的缩进空格数。

返回

用户可读的表示形式。

实现

适用于