다음을 통해 공유


RelationalPropertyExtensions.GetColumnNames 메서드

정의

오버로드

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

열 이름 목록을 만듭니다.

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

열 이름 목록을 만듭니다.

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

열 이름 목록을 만듭니다.

public static System.Collections.Generic.IReadOnlyList<string> GetColumnNames (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnNames : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetColumnNames (properties As IEnumerable(Of IProperty), ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)

매개 변수

properties
IEnumerable<IProperty>

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

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

열 이름의 목록입니다.

적용 대상

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

열 이름 목록을 만듭니다.

public static System.Collections.Generic.IReadOnlyList<string>? GetColumnNames (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnNames : seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetColumnNames (properties As IEnumerable(Of IReadOnlyProperty), ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)

매개 변수

properties
IEnumerable<IReadOnlyProperty>

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

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

열 이름의 목록입니다.

적용 대상