TemporaryNumberValueGeneratorFactory.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(IProperty)

Yeni bir değer oluşturucu oluşturur.

Create(IProperty, IEntityType)

Yeni bir değer oluşturucu oluşturur.

Create(IProperty)

Yeni bir değer oluşturucu oluşturur.

public override Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator Create (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
override this.Create : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
Public Overrides Function Create (property As IProperty) As ValueGenerator

Parametreler

property
IProperty

için değer oluşturucu oluşturma özelliği.

Döndürülenler

ValueGenerator

Yeni oluşturulan değer oluşturucu.

Şunlara uygulanır

Create(IProperty, IEntityType)

Yeni bir değer oluşturucu oluşturur.

public override Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator Create (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
override this.Create : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator
Public Overrides Function Create (property As IProperty, entityType As IEntityType) As ValueGenerator

Parametreler

property
IProperty

için değer oluşturucu oluşturma özelliği.

entityType
IEntityType

Değer oluşturucu için kullanılacak varlık türü.

Döndürülenler

ValueGenerator

Yeni oluşturulan değer oluşturucu.

Şunlara uygulanır