ConnectionManagerMultiFlatFileClass.ColumnNamesInFirstDataRow Property

Definition

Gets or sets a value that indicates whether first row in the file contains the column names.

public:
 virtual property bool ColumnNamesInFirstDataRow { bool get(); void set(bool value); };
public virtual bool ColumnNamesInFirstDataRow { get; set; }
member this.ColumnNamesInFirstDataRow : bool with get, set
Public Overridable Property ColumnNamesInFirstDataRow As Boolean

Property Value

true if first row contains the column names; otherwise, false.

Implements

Applies to