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

列属性名称。

属性值

基于列属性名称的对象。

适用于