다음을 통해 공유


SqlServerModelExtensions.GetIdentityIncrementConfigurationSource 메서드

정의

ConfigurationSource 기본 ID 증가에 대한 를 반환합니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentityIncrementConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetIdentityIncrementConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentityIncrementConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

매개 변수

model
IConventionModel

모델입니다.

반환

ConfigurationSource 기본 ID 증가에 대한 입니다.

적용 대상