SqlitePropertyBuilderExtensions.ForSqliteHasColumnType Yöntem

Tanım

Aşırı Yüklemeler

ForSqliteHasColumnType(PropertyBuilder, String)

Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun veri türünü yapılandırıyor.

ForSqliteHasColumnType<TProperty>(PropertyBuilder<TProperty>, String)

Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun veri türünü yapılandırıyor.

ForSqliteHasColumnType(PropertyBuilder, String)

Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun veri türünü yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqliteHasColumnType (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, string type);
static member ForSqliteHasColumnType : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqliteHasColumnType (propertyBuilder As PropertyBuilder, type As String) As PropertyBuilder

Parametreler

propertyBuilder
PropertyBuilder

Yapılandırılan özelliğin oluşturucusu.

type
String

Sütunun veri türünün adı.

Döndürülenler

PropertyBuilder

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Şunlara uygulanır

ForSqliteHasColumnType<TProperty>(PropertyBuilder<TProperty>, String)

Özelliğin SQLite'ı hedeflerken eşleyiştir olduğu sütunun veri türünü yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqliteHasColumnType<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string type);
static member ForSqliteHasColumnType : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqliteHasColumnType(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), type As String) As PropertyBuilder(Of TProperty)

Tür Parametreleri

TProperty

Yapılandırılan özelliğin türü.

Parametreler

propertyBuilder
PropertyBuilder<TProperty>

Yapılandırılan özelliğin oluşturucusu.

type
String

Sütunun veri türünün adı.

Döndürülenler

PropertyBuilder<TProperty>

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Şunlara uygulanır