Cast a ulong? to this ColumnData

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public void UnsafeSet(
	Nullable<ulong> o
)
Visual Basic
Public Sub UnsafeSet ( _
	o As Nullable(Of ULong) _
)
Visual C++
public:
void UnsafeSet(
	Nullable<unsigned long long> o
)

Parameters

o
Type: Nullable<(Of <(<'UInt64>)>)>
o

See Also