TypedDataRow.GetUInt16(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::UInt16 GetUInt16(System::String ^ columnName);
[System.CLSCompliant(false)]
public ushort GetUInt16 (string columnName);
member this.GetUInt16 : string -> uint16
Public Function GetUInt16 (columnName As String) As UShort
Parameters
- columnName
- String
Returns
- Attributes