다음을 통해 공유


SqlServerValueGenerationConvention.GetValueGenerated 메서드

정의

오버로드

GetValueGenerated(IConventionProperty)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

GetValueGenerated(IProperty)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

GetValueGenerated(IProperty, StoreObjectIdentifier)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

GetValueGenerated(IConventionProperty)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

protected override Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Protected Overrides Function GetValueGenerated (property As IConventionProperty) As Nullable(Of ValueGenerated)

매개 변수

property
IConventionProperty

속성입니다.

반환

지정된 속성에 대해 설정할 저장소 값 생성 전략입니다.

적용 대상

GetValueGenerated(IProperty)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty) As Nullable(Of ValueGenerated)

매개 변수

property
IProperty

속성입니다.

반환

지정된 속성에 대해 설정할 저장소 값 생성 전략입니다.

적용 대상

GetValueGenerated(IProperty, StoreObjectIdentifier)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

지정된 속성에 대해 설정할 저장소 값 생성 전략입니다.

적용 대상

GetValueGenerated(IReadOnlyProperty, StoreObjectIdentifier)

지정된 속성에 대해 설정할 저장소 값 생성 전략을 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.ValueGenerated? GetValueGenerated (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerated : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ValueGenerated>
Public Shared Function GetValueGenerated (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ValueGenerated)

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

지정된 속성에 대해 설정할 저장소 값 생성 전략입니다.

적용 대상