DynamicRecord.Columns 屬性

定義

傳回清單,其中包含 實例中 DynamicRecord 每個資料行的名稱。

public System.Collections.Generic.IList<string> Columns { get; }
member this.Columns : System.Collections.Generic.IList<string>
Public ReadOnly Property Columns As IList(Of String)

屬性值

包含各資料行名稱的清單。

適用於