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.0.0.0 (5.0.0)
Syntax
string IDataErrorInfo.this[
	string columnName
] { get; }

Parameters

columnName
Type: SystemString

Property Value

Type: String

Implements

IDataErrorInfoItemString
See Also