Udostępnij za pośrednictwem


RelationalModelExtensions Klasa

Definicja

Metody rozszerzenia modelu specyficzne dla relacyjnego.

public static class RelationalModelExtensions
type RelationalModelExtensions = class
Public Module RelationalModelExtensions
Dziedziczenie
RelationalModelExtensions

Uwagi

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

Metody

AddDbFunction(IConventionModel, MethodInfo, Boolean)

Tworzy funkcję zamapowana na daną metodę.

AddDbFunction(IConventionModel, String, Type, Boolean)

Tworzy funkcję.

AddDbFunction(IMutableModel, MethodInfo)

Tworzy obiekt zamapowany na daną IMutableDbFunction metodę.

AddDbFunction(IMutableModel, String, Type)

Tworzy funkcję.

AddSequence(IConventionModel, String, String, Boolean)

Zwraca istniejącą z IMutableSequence daną nazwą w danym schemacie lub tworzy nową sekwencję o podanej nazwie i schemacie.

AddSequence(IMutableModel, String, String)

Zwraca istniejącą z IMutableSequence daną nazwą w danym schemacie lub tworzy nową sekwencję o podanej nazwie i schemacie.

FindDbFunction(IConventionModel, MethodInfo)

Znajduje funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

FindDbFunction(IConventionModel, String)

Znajduje funkcję zamapowana na metodę reprezentowaną przez daną nazwę.

FindDbFunction(IModel, MethodInfo)

Znajduje funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

FindDbFunction(IModel, String)

Znajduje funkcję zamapowana na metodę reprezentowaną przez daną nazwę.

FindDbFunction(IMutableModel, MethodInfo)

Znajduje funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

FindDbFunction(IMutableModel, String)

Znajduje funkcję zamapowana na metodę reprezentowaną przez daną nazwę.

FindDbFunction(IReadOnlyModel, MethodInfo)

Znajduje funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

FindDbFunction(IReadOnlyModel, String)

Znajduje funkcję zamapowana na metodę reprezentowaną przez daną nazwę.

FindSequence(IConventionModel, String, String)

Znajduje sekwencję o podanej nazwie.

FindSequence(IModel, String, String)

Znajduje sekwencję o podanej nazwie.

FindSequence(IMutableModel, String, String)

Znajduje sekwencję o podanej nazwie.

FindSequence(IReadOnlyModel, String, String)

Znajduje sekwencję o podanej nazwie.

GetCollation(IModel)

Zwraca sortowanie bazy danych.

GetCollation(IReadOnlyModel)

Zwraca sortowanie bazy danych.

GetCollationConfigurationSource(IConventionModel)

Zwraca źródło konfiguracji sortowania.

GetDbFunctions(IConventionModel)

Zwraca wszystkie funkcje zawarte w modelu.

GetDbFunctions(IModel)

Zwraca wszystkie funkcje zawarte w modelu.

GetDbFunctions(IMutableModel)

Zwraca wszystkie funkcje zawarte w modelu.

GetDbFunctions(IReadOnlyModel)

Zwraca wszystkie funkcje zawarte w modelu.

GetDefaultSchema(IModel)

Zwraca domyślny schemat do użycia dla modelu lub null jeśli żaden nie został ustawiony.

GetDefaultSchema(IReadOnlyModel)

Zwraca domyślny schemat do użycia dla modelu lub null jeśli żaden nie został ustawiony.

GetDefaultSchemaConfigurationSource(IConventionModel)

Zwraca źródło konfiguracji dla schematu domyślnego.

GetMaxIdentifierLength(IModel)

Zwraca maksymalną długość dozwoloną dla identyfikatorów sklepów.

GetMaxIdentifierLength(IReadOnlyModel)

Zwraca maksymalną długość dozwoloną dla identyfikatorów sklepów.

GetMaxIdentifierLengthConfigurationSource(IConventionModel)

Zwraca źródło konfiguracji dla elementu GetMaxIdentifierLength(IReadOnlyModel).

GetRelationalModel(IModel)

Zwraca model bazy danych.

GetSequences(IConventionModel)

Zwraca wszystkie sekwencje zawarte w modelu.

GetSequences(IModel)

Zwraca wszystkie sekwencje zawarte w modelu.

GetSequences(IMutableModel)

Zwraca wszystkie sekwencje zawarte w modelu.

GetSequences(IReadOnlyModel)

Zwraca wszystkie sekwencje zawarte w modelu.

RemoveDbFunction(IConventionModel, MethodInfo)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IConventionModel, String)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IMutableModel, MethodInfo)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveDbFunction(IMutableModel, String)

Usuwa funkcję zamapowana na metodę reprezentowaną przez dany MethodInfoelement .

RemoveSequence(IConventionModel, String, String)

Usuwa element IConventionSequence o podanej nazwie.

RemoveSequence(IMutableModel, String, String)

Usuwa element IMutableSequence o podanej nazwie.

SetCollation(IConventionModel, String, Boolean)

Ustawia sortowanie bazy danych.

SetCollation(IMutableModel, String)

Ustawia sortowanie bazy danych.

SetDefaultSchema(IConventionModel, String, Boolean)

Ustawia schemat domyślny.

SetDefaultSchema(IMutableModel, String)

Ustawia schemat domyślny.

SetMaxIdentifierLength(IConventionModel, Nullable<Int32>, Boolean)

Ustawia maksymalną dozwoloną długość identyfikatorów sklepów.

SetMaxIdentifierLength(IMutableModel, Nullable<Int32>)

Ustawia maksymalną dozwoloną długość identyfikatorów sklepów.

ToDebugString(IRelationalModel, MetadataDebugStringOptions, Int32)

Tworzy czytelną dla człowieka reprezentację danych metadanych.

Ostrzeżenie: nie należy polegać na formacie zwracanego ciągu. Jest ona przeznaczona tylko do debugowania i może zmieniać się arbitralnie między wersjami.

Dotyczy