DbColumn.Item[String] 属性
定义
获取基于列属性名称的对象。Gets the object based on the column property name.
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
列属性名称。The column property name.
属性值
基于列属性名称的对象。The object based on the column property name.