| DerivedModelDefinitionIDataErrorInfoItem Property  | 
            Gets the 
String with the specified column name.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxstring IDataErrorInfo.this[
	string columnName
] { get; }Private ReadOnly Property Item ( 
	columnName As String
) As String Implements IDataErrorInfo.Item
	Get
Parameters
- columnName
 - Type: SystemString
 
Property Value
Type: 
StringImplements
IDataErrorInfoItemString
See Also