Skip to content

SqlInsert.IdentityColumn method (1 of 2)

Gets the identity column.

public string? IdentityColumn()

Return Value

The identity column name, or null if none is set.

See Also


SqlInsert.IdentityColumn method (2 of 2)

Sets the identity column.

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

Return Value

The SqlInsert object itself.

See Also