Click or drag to resize

DerivedModelDefinition.IDataErrorInfo.Item Property

Gets the String with the specified column name.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
string IDataErrorInfo.this[
	string columnName
] { get; }

Parameters

columnName
Type: System.String

Property Value

Type: String

Implements

IDataErrorInfo.Item[String]
See Also