TypedDataRow.GetUInt64(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::UInt64 GetUInt64(System::String ^ columnName);
[System.CLSCompliant(false)]
public ulong GetUInt64 (string columnName);
member this.GetUInt64 : string -> uint64
Public Function GetUInt64 (columnName As String) As ULong
Parameters
- columnName
- String
Returns
- Attributes