StoreObjectIdentifier Struktura

Definicja

Typ reprezentujący identyfikator obiektu magazynu

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct StoreObjectIdentifier : IComparable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>, IEquatable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
[<System.Runtime.CompilerServices.IsReadOnly>]
type StoreObjectIdentifier = struct
Public Structure StoreObjectIdentifier
Implements IComparable(Of StoreObjectIdentifier), IEquatable(Of StoreObjectIdentifier)
Dziedziczenie
StoreObjectIdentifier
Atrybuty
Implementuje

Uwagi

Aby uzyskać więcej informacji i przykłady, zobacz Modelowanie typów jednostek i relacji .

Właściwości

Name

Pobiera nazwę obiektu magazynu przypominającego tabelę.

Schema

Pobiera schemat obiektów magazynu przypominającego tabelę.

StoreObjectType

Pobiera typ obiektu magazynu przypominającego tabelę.

Metody

CompareTo(StoreObjectIdentifier)

Typ reprezentujący identyfikator obiektu magazynu

Create(IEntityType, StoreObjectType)

Tworzy identyfikator obiektu magazynu, który dany typ jednostki jest mapowany na />.

Create(IReadOnlyEntityType, StoreObjectType)

Tworzy identyfikator obiektu magazynu, do którego jest mapowany dany typ jednostki.

Create(IReadOnlyTypeBase, StoreObjectType)

Tworzy identyfikator obiektu magazynu, do którego jest mapowany dany typ jednostki.

DbFunction(String)

Tworzy identyfikator funkcji.

DeleteStoredProcedure(String, String)

Tworzy identyfikator procedury składowanej usuwania.

DisplayName()

Pobiera przyjazną nazwę wyświetlaną obiektu magazynu.

Equals(Object)

Typ reprezentujący identyfikator obiektu magazynu

Equals(StoreObjectIdentifier)

Typ reprezentujący identyfikator obiektu magazynu

GetHashCode()

Typ reprezentujący identyfikator obiektu magazynu

InsertStoredProcedure(String, String)

Tworzy identyfikator procedury składowanej wstawiania.

SqlQuery(IEntityType)

Tworzy identyfikator zapytania SQL mapowanego przy użyciu polecenia RelationalEntityTypeBuilderExtensions.ToSqlQuery.

SqlQuery(IReadOnlyEntityType)

Tworzy identyfikator zapytania SQL mapowanego przy użyciu polecenia RelationalEntityTypeBuilderExtensions.ToSqlQuery.

SqlQuery(String)

Tworzy identyfikator zapytania SQL.

Table(String, String)

Tworzy identyfikator tabeli.

ToString()

Typ reprezentujący identyfikator obiektu magazynu

UpdateStoredProcedure(String, String)

Tworzy identyfikator procedury składowanej aktualizacji.

View(String, String)

Tworzy identyfikator widoku.

Operatory

Equality(StoreObjectIdentifier, StoreObjectIdentifier)

Porównuje jeden identyfikator z innym identyfikatorem, aby sprawdzić, czy reprezentują ten sam obiekt magazynu.

Inequality(StoreObjectIdentifier, StoreObjectIdentifier)

Porównuje jeden identyfikator z innym identyfikatorem, aby sprawdzić, czy reprezentują ten sam obiekt magazynu.

Dotyczy