MetadataStoreGetEntityType Method (Type) Breeze.sharp
Returns an EntityType 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 EntityType GetEntityType(
	Type clrEntityType
)

Parameters

clrEntityType
Type: SystemType

Return Value

Type: EntityType
See Also

Reference