Returns the EntityType for a specified resourceName.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public EntityType GetEntityTypeForResourceName( string resourceName, bool okIfNotFound )
Parameters
- resourceName
- Type: SystemString
- okIfNotFound
- Type: SystemBoolean
Return Value
Type: EntityTypeSee Also