Gets the column with the specified index.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Column Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
An integer value specifying the column index.
A Column instance representing the database column.
See Also