Udostępnij za pośrednictwem


TryGetClrTypeName Delegat

Definicja

Reprezentuje delegata, aby uzyskać nazwę typu CLR na podstawie nazwy typu edm i 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 

Parametry

edmModel
IEdmModel

Element IEdmModel używany do znajdowania nazwy typu.

edmTypeName
String

Nazwa typu edm.

clrTypeName
String

Parametr wyjściowy zwracający nazwę typu CLR.

Wartość zwracana

Wartość True, jeśli delegat znajdzie nazwę typu, w przeciwnym razie wartość false.

Dotyczy