Gets the column with the specified name.
Namespace: MindFusion.MappingAssembly: MindFusion.Mapping
public Column Item [ string name] { get; }
Public ReadOnly Property Item( _ name As String _) As Column
A string value specifying the column name.
A Column instance representing the database column.
Item Property Overload ListDatabase MembersDatabase ClassMindFusion.Mapping Namespace