SqlServerMetadataExtensions.SqlServer Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
SqlServer(IEntityType) |
Bir varlığın SQL Server özel meta verilerini alır. |
SqlServer(IForeignKey) |
Yabancı anahtar için SQL Server özel meta verileri alır. |
SqlServer(IIndex) |
Bir dizin için SQL Server belirli meta verileri alır. |
SqlServer(IKey) |
Bir anahtarın SQL Server özel meta verilerini alır. |
SqlServer(IModel) |
Modelin SQL Server özel meta verilerini alır. |
SqlServer(IMutableEntityType) |
Bir varlığın SQL Server özel meta verilerini alır. |
SqlServer(IMutableForeignKey) |
Yabancı anahtar için SQL Server özel meta verileri alır. |
SqlServer(IMutableIndex) |
Bir dizin için SQL Server belirli meta verileri alır. |
SqlServer(IMutableKey) |
Bir anahtarın SQL Server özel meta verilerini alır. |
SqlServer(IMutableModel) |
Modelin SQL Server özel meta verilerini alır. |
SqlServer(IMutableProperty) |
Bir özelliğin SQL Server özel meta verilerini alır. |
SqlServer(IProperty) |
Bir özelliğin SQL Server özel meta verilerini alır. |
SqlServer(IEntityType)
Bir varlığın SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IEntityType) As IRelationalEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IEntityType) As ISqlServerEntityTypeAnnotations
Parametreler
- entityType
- IEntityType
Meta verileri almak için varlık.
Döndürülenler
Varlık için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IForeignKey)
Yabancı anahtar için SQL Server özel meta verileri alır.
public static Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations
<Extension()>
Public Function SqlServer (foreignKey As IForeignKey) As IRelationalForeignKeyAnnotations
Parametreler
- foreignKey
- IForeignKey
Meta verileri almak için yabancı anahtar.
Döndürülenler
Yabancı anahtar için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IIndex)
Bir dizin için SQL Server belirli meta verileri alır.
public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations
<Extension()>
Public Function SqlServer (index As IIndex) As ISqlServerIndexAnnotations
Parametreler
- index
- IIndex
Meta verileri almak için dizin.
Döndürülenler
Dizin için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IKey)
Bir anahtarın SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerKeyAnnotations
<Extension()>
Public Function SqlServer (key As IKey) As ISqlServerKeyAnnotations
Parametreler
- key
- IKey
Meta verileri almak için anahtar.
Döndürülenler
Anahtarın belirli meta verilerini SQL Server.
Şunlara uygulanır
SqlServer(IModel)
Modelin SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerModelAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerModelAnnotations
<Extension()>
Public Function SqlServer (model As IModel) As ISqlServerModelAnnotations
Parametreler
- model
- IModel
Meta verileri almak için model.
Döndürülenler
Modelin belirli meta verilerini SQL Server.
Şunlara uygulanır
SqlServer(IMutableEntityType)
Bir varlığın SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IMutableEntityType) As RelationalEntityTypeAnnotations
<Extension()>
Public Function SqlServer (entityType As IMutableEntityType) As SqlServerEntityTypeAnnotations
Parametreler
- entityType
- IMutableEntityType
Meta verileri almak için varlık.
Döndürülenler
Varlık için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IMutableForeignKey)
Yabancı anahtar için SQL Server özel meta verileri alır.
public static Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalForeignKeyAnnotations
<Extension()>
Public Function SqlServer (foreignKey As IMutableForeignKey) As RelationalForeignKeyAnnotations
Parametreler
- foreignKey
- IMutableForeignKey
Meta verileri almak için yabancı anahtar.
Döndürülenler
Yabancı anahtar için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IMutableIndex)
Bir dizin için SQL Server belirli meta verileri alır.
public static Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
<Extension()>
Public Function SqlServer (index As IMutableIndex) As SqlServerIndexAnnotations
Parametreler
- index
- IMutableIndex
Meta verileri almak için dizin.
Döndürülenler
Dizin için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IMutableKey)
Bir anahtarın SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
<Extension()>
Public Function SqlServer (key As IMutableKey) As SqlServerKeyAnnotations
Parametreler
- key
- IMutableKey
Meta verileri almak için anahtar.
Döndürülenler
Anahtarın belirli meta verilerini SQL Server.
Şunlara uygulanır
SqlServer(IMutableModel)
Modelin SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.SqlServerModelAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> Microsoft.EntityFrameworkCore.Metadata.SqlServerModelAnnotations
<Extension()>
Public Function SqlServer (model As IMutableModel) As SqlServerModelAnnotations
Parametreler
- model
- IMutableModel
Meta verileri almak için model.
Döndürülenler
Modelin belirli meta verilerini SQL Server.
Şunlara uygulanır
SqlServer(IMutableProperty)
Bir özelliğin SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
<Extension()>
Public Function SqlServer (property As IMutableProperty) As SqlServerPropertyAnnotations
Parametreler
- property
- IMutableProperty
Meta verileri almak için özelliği.
Döndürülenler
özelliği için belirli meta verileri SQL Server.
Şunlara uygulanır
SqlServer(IProperty)
Bir özelliğin SQL Server özel meta verilerini alır.
public static Microsoft.EntityFrameworkCore.Metadata.ISqlServerPropertyAnnotations SqlServer (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member SqlServer : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISqlServerPropertyAnnotations
<Extension()>
Public Function SqlServer (property As IProperty) As ISqlServerPropertyAnnotations
Parametreler
- property
- IProperty
Meta verileri almak için özelliği.
Döndürülenler
özelliği için belirli meta verileri SQL Server.
Şunlara uygulanır
Entity Framework