SqlInt64.Value Property

Definition

Gets the value of this SqlInt64 structure. This property is read-only.

public:
 property long Value { long get(); };
public long Value { get; }
member this.Value : int64
Public ReadOnly Property Value As Long

Property Value

A long integer representing the value of this SqlInt64 structure.

Applies to

See also