Class SqlLongValue
Keyless entity used to map scalar bigint results from raw SQL.
[Keyless]
public sealed class SqlLongValue
- Inheritance
-
SqlLongValue
- Inherited Members
Properties
Value
Gets or sets the scalar value.
public long Value { get; set; }