Scope representation of a decimal? column value

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

Syntax

C#
public class DecimalQColumnData : NullableSystemTypeColumnData<decimal>
Visual Basic
Public Class DecimalQColumnData _
	Inherits NullableSystemTypeColumnData(Of Decimal)
Visual C++
public ref class DecimalQColumnData : public NullableSystemTypeColumnData<Decimal>

Inheritance Hierarchy

Object
  ScopeRuntime..::..ColumnData
    ColumnData<(Of <(<'Nullable<(Of <(<'Decimal>)>)>>)>)>
      NullableSystemTypeColumnData<(Of <(<'Decimal>)>)>
        ScopeRuntime..::..DecimalQColumnData

See Also