Gets the prefix string for the generated URI identifiers for the instances of an entity type
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static string GetIdentifierPrefix(
Type mappedType
) |
| Visual Basic |
|---|
Public Shared Function GetIdentifierPrefix (
mappedType As Type
) As String |
| Visual C++ |
|---|
public:
static String^ GetIdentifierPrefix(
Type^ mappedType
) |
| F# |
|---|
static member GetIdentifierPrefix :
mappedType : Type -> string
|
Parameters
- mappedType
- Type: System..::..Type
The entity implementation class type
Return Value
Type:
StringThe URI identifier prefix string for the entity implementation type or null if there is no mapping
See Also