Share via


ConnectionManagerMultiFlatFileClass.AlwaysCheckForRowDelimiters Property

Definition

Gets or sets a value that indicates whether connection manager always checks for row delimiter in unquoted data.

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

Property Value

true if the connection manager always checks for row delimiters; otherwise, false. Default is true.

Implements

Applies to