SqlInsert.IdentityColumn method (1 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets the identity column.
public string IdentityColumn()
See Also
- class SqlInsert
SqlInsert.IdentityColumn method (2 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Sets the identity column.
public SqlInsert IdentityColumn(string value)
| parameter | description |
|---|---|
| value | The identity column. |
See Also
- class SqlInsert