Class SqlIntValue
Represents a scalar integer result returned from raw SQL queries.
[Keyless]
public sealed class SqlIntValue
- Inheritance
-
SqlIntValue
- Inherited Members
Remarks
This is configured as a keyless entity type in NpgsqlDbContext and is intended for mapping single-row results such as counts and status codes.
Properties
Value
Gets or sets the scalar integer value.
public int Value { get; set; }