SqlInt64 Constructor (Int64)

 

Initializes a new instance of the SqlInt64 structure using the supplied long integer.

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

public:
SqlInt64(
	long long value
)

Parameters

value
Type: System::Int64

A long integer.

.NET Framework
Available since 1.1
Return to top
Show: