MetadataStoreGetStructuralType Method Breeze.sharp
Returns an StructuralType (EntityType or ComplexType) given its CLR type.

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

public StructuralType GetStructuralType(
	Type clrType
)

Parameters

clrType
Type: SystemType

Return Value

Type: StructuralType
See Also

Reference