as property
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;
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.
final String? as;