SqlInt32::Value Property

 

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

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

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

Property Value

Type: System::Int32

An integer representing the value of this SqlInt32 structure.

Exception Condition
SqlNullValueException

The property contains Null.

.NET Framework
Available since 1.1
Return to top
Show: