TableMappingSetAutoIncPK Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetAutoIncPK(
Object obj,
long id
)
Public Sub SetAutoIncPK (
obj As Object,
id As Long
)
public:
void SetAutoIncPK(
Object^ obj,
long long id
)
member SetAutoIncPK :
obj : Object *
id : int64 -> unit
Parameters
- obj
- Type: SystemObject
- id
- Type: SystemInt64
See Also