Cast a long? 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<long> o
)
Visual Basic
Public Sub UnsafeSet ( _
	o As Nullable(Of Long) _
)
Visual C++
public:
void UnsafeSet(
	Nullable<long long> o
)

Parameters

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

See Also