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.1.0.0 (5.1.0)
Syntax string 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
IDataErrorInfoItemStringSee Also