See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public DbColumn this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	name As String
) As DbColumn
	Get
Visual C++
public:
property DbColumn^ default[String^ name] {
	DbColumn^ get (String^ name);
}

Parameters

name
Type: System..::..String

Property Value

Type: DbColumn

See Also