The column that this member column object wraps.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public ColumnSchema Column { get; private set; }
Visual Basic
Public Property Column As ColumnSchema
	Get
	Private Set

Property Value

Type: ColumnSchema

See Also