DbPropertyValues.Item[String] 属性

定义

获取或设置带指定属性名称的属性的值。 该值可能为此类的嵌套实例。

public object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

参数

propertyName
String

属性名称。

属性值

该属性的值。

适用于