Sets the identity mapping information for a .NET type
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public void SetIdentityInfo(
Type type,
IdentityInfo identityInfo
) |
| Visual Basic |
|---|
Public Sub SetIdentityInfo (
type As Type,
identityInfo As IdentityInfo
) |
| Visual C++ |
|---|
public:
void SetIdentityInfo(
Type^ type,
IdentityInfo^ identityInfo
) |
| F# |
|---|
member SetIdentityInfo :
type : Type *
identityInfo : IdentityInfo -> unit
|
Parameters
- type
- Type: System..::..Type
The entity type
- identityInfo
- Type: BrightstarDB.EntityFramework..::..IdentityInfo
The entity identity mapping information
See Also