다음을 통해 공유


PropertyExtensions.Format(IEnumerable<IPropertyBase>, Boolean) 메서드

정의

와 같은 지정된 속성의 형식이 지정된 문자열 표현을 만듭니다. 키, 인덱스 등에 대한 예외를 throw할 때 유용합니다. 속성을 사용하는 입니다.

public static string Format (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> properties, bool includeTypes = false);
static member Format : seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> * bool -> string
<Extension()>
Public Function Format (properties As IEnumerable(Of IPropertyBase), Optional includeTypes As Boolean = false) As String

매개 변수

properties
IEnumerable<IPropertyBase>

서식을 지정할 속성입니다.

includeTypes
Boolean

true이면 형식 이름이 문자열에 포함됩니다. 기본값은 false입니다.

반환

문자열 표현입니다.

적용 대상