'Declaration Public MustOverride ReadOnly Default Property Item( _ ByVal columnName As System.String _ ) As System.String
public abstract System.string this[ System.string columnName ]; {get;}
Parameters
- columnName
- Name of the column.
'Declaration Public MustOverride ReadOnly Default Property Item( _ ByVal columnName As System.String _ ) As System.String
public abstract System.string this[ System.string columnName ]; {get;}