TypedDataRow.GetUInt32(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
System::UInt32 GetUInt32(System::String ^ columnName);
[System.CLSCompliant(false)]
public uint GetUInt32 (string columnName);
member this.GetUInt32 : string -> uint32
Public Function GetUInt32 (columnName As String) As UInteger
Parameters
- columnName
- String
Returns
- Attributes