Click or drag to resize
ResultInsertId Method
After an INSERT query, get the ID that was inserted.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public virtual string InsertId()

Return Value

Type: String
Insert id
See Also