Returns the entity implementation type for a given uri
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public Type GetTypeForUri(
string typeUri
) |
| Visual Basic |
|---|
Public Function GetTypeForUri (
typeUri As String
) As Type |
| Visual C++ |
|---|
public:
Type^ GetTypeForUri(
String^ typeUri
) |
| F# |
|---|
member GetTypeForUri :
typeUri : string -> Type
|
Parameters
- typeUri
- Type: System..::..String
The uri representing a resource type.
Return Value
Type:
TypeThe entity implementation type
See Also