MetadataStoreGetComplexType Method (String, Boolean) Breeze.sharp
Returns an EntityType given its name.

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

public ComplexType GetComplexType(
	string ctName,
	bool okIfNotFound = false
)

Parameters

ctName
Type: SystemString
okIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: ComplexType
See Also

Reference