SqlServerPropertyExtensions.GetValueGenerationStrategy Yöntem

Tanım

Aşırı Yüklemeler

GetValueGenerationStrategy(IProperty)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

GetValueGenerationStrategy(IReadOnlyProperty)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

GetValueGenerationStrategy(IProperty, StoreObjectIdentifier)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

GetValueGenerationStrategy(IReadOnlyProperty, StoreObjectIdentifier)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

GetValueGenerationStrategy(IProperty)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IProperty) As SqlServerValueGenerationStrategy

Parametreler

property
IProperty

Özellik.

Döndürülenler

SqlServerValueGenerationStrategy

Strateji veya None ayarnmasa.

Şunlara uygulanır

GetValueGenerationStrategy(IReadOnlyProperty)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IReadOnlyProperty) As SqlServerValueGenerationStrategy

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

SqlServerValueGenerationStrategy

Strateji veya None ayarnmasa.

Şunlara uygulanır

GetValueGenerationStrategy(IProperty, StoreObjectIdentifier)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As SqlServerValueGenerationStrategy

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

SqlServerValueGenerationStrategy

Strateji veya None ayarnmasa.

Şunlara uygulanır

GetValueGenerationStrategy(IReadOnlyProperty, StoreObjectIdentifier)

özelliği SqlServerValueGenerationStrategy için kullanmak üzere döndürür.

özelliği için bir strateji ayarlanmayacaksa, kullanmak için strateji 'den IModel alınır.

public static Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy GetValueGenerationStrategy (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy
<Extension()>
Public Function GetValueGenerationStrategy (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As SqlServerValueGenerationStrategy

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

SqlServerValueGenerationStrategy

Strateji veya None ayarnmasa.

Şunlara uygulanır