| title | LineSeparator Property (ADO) | Microsoft Docs | |
|---|---|---|
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.technology | connectivity | |
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.reviewer | ||
| ms.topic | conceptual | |
| apitype | COM | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 0b20fbb8-6b83-48ec-b442-f96c8a4bafbb | |
| author | MightyPen | |
| ms.author | genemi |
Indicates the binary character to be used as the line separator in text Stream objects.
Sets or returns a LineSeparatorsEnum value that indicates the line separator character used in the Stream. The default value is adCRLF.
LineSeparator is used to interpret lines when reading the content of a text Stream. Lines can be skipped with the SkipLine method.
LineSeparator is used only with text Stream objects (Type is adTypeText). This property is ignored if Type is adTypeBinary.