as property

String? as
final

The result name. Null keeps the column's own name.

Not usable with OUTPUT … INTO: the target's column list decides where each value lands, and SQL Server rejects an alias there.

Implementation

final String? as;