The Scope representation of the byte[] type TODO: This should inherit from SystemTypeColumnData(of byte[])

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

Syntax

C#
public class BinaryColumnData : ColumnData
Visual Basic
Public Class BinaryColumnData _
	Inherits ColumnData
Visual C++
public ref class BinaryColumnData : public ColumnData

Inheritance Hierarchy

Object
  ScopeRuntime..::..ColumnData
    ScopeRuntime..::..BinaryColumnData

See Also