Creates a new instance of the MemberColumnSchema object.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public MemberColumnSchema( ColumnSchema memberColumn ) |
| Visual Basic |
|---|
Public Sub New ( memberColumn As ColumnSchema ) |
Parameters
- memberColumn
- Type: SchemaExplorer..::..ColumnSchema
The column that is member column refers to.