Click or drag to resize
EntityCoreTFieldsIDataErrorInfoItem Property
Gets the String with the specified column name.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string IDataErrorInfo.this[
	string columnName
] { get; }

Parameters

columnName
Type: SystemString

Property Value

Type: String

Implements

IDataErrorInfoItemString
See Also