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