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

열 속성 이름입니다.

속성 값

열 속성 이름을 기반으로 하는 개체입니다.

적용 대상