Partager via


MappedEntityDomainManager<TData,TModel>.GetKey Méthode

Définition

Surcharges

GetKey<TKey>(String)
GetKey<TKey>(String, CultureInfo)

GetKey<TKey>(String)

protected virtual TKey GetKey<TKey> (string id);
abstract member GetKey : string -> 'Key
override this.GetKey : string -> 'Key
Protected Overridable Function GetKey(Of TKey) (id As String) As TKey

Paramètres de type

TKey

Paramètres

id
String

Retours

TKey

S’applique à

GetKey<TKey>(String, CultureInfo)

protected virtual TKey GetKey<TKey> (string id, System.Globalization.CultureInfo culture);
abstract member GetKey : string * System.Globalization.CultureInfo -> 'Key
override this.GetKey : string * System.Globalization.CultureInfo -> 'Key
Protected Overridable Function GetKey(Of TKey) (id As String, culture As CultureInfo) As TKey

Paramètres de type

TKey

Paramètres

id
String
culture
CultureInfo

Retours

TKey

S’applique à