DynamicRecord.Columns Property

Definition

Returns a list that contains the name of each column in the DynamicRecord instance.

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

Property Value

A list that contains the name of each column.

Applies to