Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 807 Bytes

lineseparatorsenum.md

File metadata and controls

29 lines (26 loc) · 807 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
LineSeparatorsEnum
LineSeparatorsEnum
rothja
jroth
01/19/2017
sql
ado
reference
LineSeparatorsEnum
LineSeparatorsEnum enumeration [ADO]
COM

LineSeparatorsEnum

Specifies the character used as a line separator in text Stream objects.

Constant Value Description
adCR 13 Indicates carriage return.
adCRLF -1 Default. Indicates carriage return line feed.
adLF 10 Indicates line feed.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

Applies To

LineSeparator Property (ADO)