MindFusion.Wpf Pack Programmer's Guide
Database.Item Property (String)
See Also
 





Gets the column with the specified name.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Column Item [
    string name
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    name As String _
) As Column

 Parameters

name

A string value specifying the column name.

 Property Value

A Column instance representing the database column.

 See Also

Item Property Overload List
Database Members
Database Class
MindFusion.Mapping Namespace