C# 클래스 Microsoft.EntityFrameworkCore.ValueGeneration.Internal.DiscriminatorValueGenerator

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
상속: ValueGenerator
파일 보기 프로젝트 열기: lodejard/AllNetCore

공개 메소드들

메소드 설명
DiscriminatorValueGenerator ( object discriminator ) : JetBrains.Annotations

보호된 메소드들

메소드 설명
NextValue ( ) : object

메소드 상세

DiscriminatorValueGenerator() 공개 메소드

public DiscriminatorValueGenerator ( object discriminator ) : JetBrains.Annotations
discriminator object
리턴 JetBrains.Annotations

NextValue() 보호된 메소드

protected NextValue ( ) : object
리턴 object