ConfigurationGetClrType Method Breeze.sharp
Returns the CLR type for a specified structuralTypeName or null if not found.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public Type GetClrType(
	string structuralTypeName
)

Parameters

structuralTypeName
Type: SystemString

Return Value

Type: Type
See Also

Reference