Returns an EntityType given its name.
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public EntityType GetEntityType(
string etName,
bool okIfNotFound = false
)
Public Function GetEntityType (
etName As String,
Optional okIfNotFound As Boolean = false
) As EntityType
public:
EntityType^ GetEntityType(
String^ etName,
bool okIfNotFound = false
)
member GetEntityType :
etName : string *
?okIfNotFound : bool
(* Defaults:
let _okIfNotFound = defaultArg okIfNotFound false
*)
-> EntityType
Parameters
- etName
- Type: SystemString
- okIfNotFound (Optional)
- Type: SystemBoolean
Return Value
Type:
EntityType
Reference