'宣言 Public MustOverride ReadOnly Default Property Item( _ ByVal columnName As System.String _ ) As System.String
public abstract System.string this[ System.string columnName ]; {get;}
パラメータ
- columnName
- 列の名前。
'宣言 Public MustOverride ReadOnly Default Property Item( _ ByVal columnName As System.String _ ) As System.String
public abstract System.string this[ System.string columnName ]; {get;}