SqlInt64::Value Property

 

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

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property long long Value {
	long long get();
}

Property Value

Type: System::Int64

A long integer representing the value of this SqlInt64 structure.

.NET Framework
Available since 1.1
Return to top
Show: