SqlInsert.IdentityColumn method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the identity column.

public string IdentityColumn()

See Also


SqlInsert.IdentityColumn method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Sets the identity column.

public SqlInsert IdentityColumn(string value)
parameter description
value The identity column.

See Also