Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
Code: F#
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Visual C++
F#
Include Protected Members
Include Inherited Members
A Sandcastle Documented Class Library
DataRowExtensions
.
.
::
.
.
GetNullableInt32 Method
DataRowExtensions Class
See Also
Send Feedback
Overload List
Name
Description
GetNullableInt32(DataRow, DataColumn)
Gets the value of the specified column as a
Int32
or null if the value is
DBNull
..
GetNullableInt32(DataRow, Int32)
Gets the value of the specified column as a
Int32
or null if the value is
DBNull
..
GetNullableInt32(DataRow, String)
Gets the value of the specified column as a
Int32
or null if the value is
DBNull
..
GetNullableInt32(DataRow, DataColumn, DataRowVersion)
Gets the value of the specified column as a
Int32
or null if the value is
DBNull
..
GetNullableInt32(DataRow, Int32, DataRowVersion)
Gets the value of the specified column as a
Int32
or null if the value is
DBNull
..
GetNullableInt32(DataRow, String, DataRowVersion)
Gets the value of the specified column as a
Int32
or null if the value is
DBNull
..
See Also
DataRowExtensions Class
DataRowExtensions Members
System.Extensions.Data Namespace