Partager via


TryGetClrTypeName Délégué

Définition

Représente un délégué pour obtenir le nom de type CLR en fonction du nom de type edm et IEdmModel.

public delegate bool TryGetClrTypeName(IEdmModel edmModel, string edmTypeName, out string clrTypeName);
type TryGetClrTypeName = delegate of IEdmModel * string * string -> bool
Public Delegate Function TryGetClrTypeName(edmModel As IEdmModel, edmTypeName As String, ByRef clrTypeName As String) As Boolean 

Paramètres

edmModel
IEdmModel

IEdmModel utilisé pour rechercher le nom du type.

edmTypeName
String

Nom du type edm.

clrTypeName
String

Paramètre de sortie retournant un nom de type CLR.

Valeur renvoyée

True si le délégué trouve le nom du type, sinon false.

S’applique à