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

欄位屬性名稱。

屬性值

物件是基於欄位屬性名稱。

適用於