Gets the base column of the custom named expression.
Syntax
'Declaration
Public ReadOnly Property BaseColumn As Integer
'Usage
Dim instance As NameInfo
Dim value As Integer
value = instance.BaseColumn
public int BaseColumn {get;}
Property Value
The base column.
See Also