Udostępnij za pośrednictwem


RelationalElementTypeExtensions Klasa

Definicja

IElementType metody rozszerzeń dla metadanych relacyjnej bazy danych.

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

Uwagi

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

Metody

FindRelationalTypeMapping(IReadOnlyElementType)

Zwraca wartość RelationalTypeMapping dla danego elementu w finalizowanym modelu.

GetIsFixedLengthConfigurationSource(IConventionElementType)

Pobiera element ConfigurationSource dla IsFixedLength(IReadOnlyElementType).

GetRelationalTypeMapping(IReadOnlyElementType)

Zwraca wartość RelationalTypeMapping dla danego elementu w finalizowanym modelu.

GetStoreType(IElementType)

Zwraca typ bazy danych elementów.

GetStoreType(IReadOnlyElementType)

Zwraca typ bazy danych elementów lub null jeśli nie można odnaleźć typu bazy danych.

GetStoreTypeConfigurationSource(IConventionElementType)

Pobiera wartość ConfigurationSource dla typu bazy danych.

IsFixedLength(IReadOnlyElementType)

Zwraca flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

Zwraca flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

SetIsFixedLength(IConventionElementType, Nullable<Boolean>, Boolean)

Ustawia flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

SetIsFixedLength(IMutableElementType, Nullable<Boolean>)

Ustawia flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

SetStoreType(IConventionElementType, String, Boolean)

Ustawia typ bazy danych elementów.

SetStoreType(IMutableElementType, String)

Ustawia typ bazy danych elementów.

Dotyczy