TypeNameInfoFromClrType Method Breeze.sharp
/// Returns the TypeNameInfo for a specified CLR type.

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

public static TypeNameInfo FromClrType(
	Type clrType
)

Parameters

clrType
Type: SystemType

Return Value

Type: TypeNameInfo
See Also

Reference