Add a KeyTable for the KeyTable identity method supported by LightSpeed
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)
Syntax
| C# |
|---|
protected void AddKeyTable( string name, string owner, ModelDataType type ) |
| Visual Basic (Declaration) |
|---|
Protected Sub AddKeyTable ( _ name As String, _ owner As String, _ type As ModelDataType _ ) |
Parameters
- name
- Type: System..::.String
The name of the table. Typically "KeyTable".
- owner
- Type: System..::.String
The onwer of the table
- type
- Type: Mindscape.LightSpeed.Migrations..::.ModelDataType
The type of the identity. Typically Int32 or Int64.