StoreObjectIdentifier.SqlQuery 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
| SqlQuery(IEntityType) |
kullanarak eşlenen SQL kimliği RelationalEntityTypeBuilderExtensions.ToSqlQuery oluşturur. |
| SqlQuery(IReadOnlyEntityType) |
kullanarak eşlenen SQL kimliği RelationalEntityTypeBuilderExtensions.ToSqlQuery oluşturur. |
| SqlQuery(String) |
Bir sorgu SQL kimliği oluşturur. |
SqlQuery(IEntityType)
kullanarak eşlenen SQL kimliği RelationalEntityTypeBuilderExtensions.ToSqlQuery oluşturur.
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier SqlQuery (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member SqlQuery : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function SqlQuery (entityType As IEntityType) As StoreObjectIdentifier
Parametreler
- entityType
- IEntityType
Varlık türü.
Döndürülenler
Sorgu SQL kimliği.
Şunlara uygulanır
SqlQuery(IReadOnlyEntityType)
kullanarak eşlenen SQL kimliği RelationalEntityTypeBuilderExtensions.ToSqlQuery oluşturur.
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier SqlQuery (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member SqlQuery : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function SqlQuery (entityType As IReadOnlyEntityType) As StoreObjectIdentifier
Parametreler
- entityType
- IReadOnlyEntityType
Varlık türü.
Döndürülenler
Sorgu SQL kimliği.
Şunlara uygulanır
SqlQuery(String)
Bir sorgu SQL kimliği oluşturur.
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier SqlQuery (string name);
static member SqlQuery : string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function SqlQuery (name As String) As StoreObjectIdentifier
Parametreler
- name
- String
Sorgu SQL adı.
Döndürülenler
Sorgu SQL kimliği.