SqlServerPropertyBuilderExtensions.ForSqlServerHasColumnName Yöntem

Tanım

Aşırı Yüklemeler

ForSqlServerHasColumnName(PropertyBuilder, String)

Özelliğin, özelliğin hedeflene eşleye SQL Server.

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

Özelliğin, özelliğin hedeflene eşleye SQL Server.

ForSqlServerHasColumnName(PropertyBuilder, String)

Özelliğin, özelliğin hedeflene eşleye SQL Server.

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

Parametreler

propertyBuilder
PropertyBuilder

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

name
String

Sütunun adı.

Döndürülenler

PropertyBuilder

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

Şunlara uygulanır

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

Özelliğin, özelliğin hedeflene eşleye SQL Server.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqlServerHasColumnName<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string name);
static member ForSqlServerHasColumnName : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqlServerHasColumnName(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), name 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.

name
String

Sütunun adı.

Döndürülenler

PropertyBuilder<TProperty>

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

Şunlara uygulanır