DbColumn.Item[String] プロパティ

定義

列プロパティの名前に基づいてオブジェクトを取得します。

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ property); };
public virtual object this[string property] { get; }
member this.Item(string) : obj
Default Public Overridable ReadOnly Property Item(property As String) As Object

パラメーター

property
String

列のプロパティ名。

プロパティ値

列のプロパティ名に基づくオブジェクト。

適用対象