Compartir a través de


TryGetClrTypeName Delegado

Definición

Representa un delegado para obtener el nombre de tipo CLR en función del nombre de tipo edm y 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 

Parámetros

edmModel
IEdmModel

que IEdmModel se usa para buscar el nombre de tipo.

edmTypeName
String

Nombre del tipo edm.

clrTypeName
String

Parámetro de salida que devuelve un nombre de tipo CLR.

Valor devuelto

True si el delegado encuentra el nombre de tipo; de lo contrario, false.

Se aplica a