DynamicRecord.Item[] 屬性

定義

多載

Item[Int32]

使用指定的索引傳回 實例中 DynamicRecord 資料行的值。

Item[String]

使用指定的名稱,傳回 實例中 DynamicRecord 資料行的值。

Item[Int32]

使用指定的索引傳回 實例中 DynamicRecord 資料行的值。

public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

參數

index
Int32

屬性值

指定的資料行值。

適用於

Item[String]

使用指定的名稱,傳回 實例中 DynamicRecord 資料行的值。

public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

參數

name
String

屬性值

指定的資料行值。

適用於