다음을 통해 공유


PropertyExtensions.ToDebugString 메서드

정의

지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다.

경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다.

public static string ToDebugString (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions options, int indent = 0);
static member ToDebugString : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions * int -> string
<Extension()>
Public Function ToDebugString (property As IProperty, options As MetadataDebugStringOptions, Optional indent As Integer = 0) As String

매개 변수

property
IProperty

메타데이터 항목입니다.

options
MetadataDebugStringOptions

문자열을 생성하기 위한 옵션입니다.

indent
Int32

각 새 줄 앞에 사용할 들여쓰기 공간의 수입니다.

반환

사람이 읽을 수 있는 표현입니다.

적용 대상