klyn.databases.sql.sqlserver.SqlServerSavepoint.id
property
public readonly property id as Int:
Description

Numeric identifier when the database provides one.

SQL Server savepoints are name-based, so this property is always zero.

Example
savepoint = SqlServerSavepoint("before_update")
assert savepoint.id == 0