Gets the prefix string for the generated URI identifiers for the instances of an entity type

Namespace: BrightstarDB.EntityFramework
Assembly: 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: String
The URI identifier prefix string for the entity implementation type or null if there is no mapping

See Also