The Scope representation of an int column value

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

Syntax

C#
public class IntegerColumnData : SystemTypeColumnData<int>
Visual Basic
Public Class IntegerColumnData _
	Inherits SystemTypeColumnData(Of Integer)
Visual C++
public ref class IntegerColumnData : public SystemTypeColumnData<int>

Inheritance Hierarchy

Object
  ScopeRuntime..::..ColumnData
    ColumnData<(Of <(<'T>)>)>
      SystemTypeColumnData<(Of <(<'Int32>)>)>
        ScopeRuntime..::..IntegerColumnData

See Also