Gets the entity identifier information
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static IdentityInfo GetIdentityInfo(
Type type
) |
| Visual Basic |
|---|
Public Shared Function GetIdentityInfo (
type As Type
) As IdentityInfo |
| Visual C++ |
|---|
public:
static IdentityInfo^ GetIdentityInfo(
Type^ type
) |
| F# |
|---|
static member GetIdentityInfo :
type : Type -> IdentityInfo
|
Parameters
- type
- Type: System..::..Type
The entity type
Return Value
Type:
IdentityInfoThe identifier information for the type or null if not information could be found
See Also