Odso

Overview

Odso is a class in Aspose.Words FOSS for .NET.

Specifies the Office Data Source Object (ODSO) settings for a mail merge data source.

This class provides 1 method for working with Odso objects in .NET programs. Available methods include: Clone. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: ColumnDelimiter, DataSource, DataSourceType, FieldMapDatas, FirstRowContainsColumnNames, RecipientDatas, and 2 more.

Properties

NameTypeAccessDescription
ColumnDelimitercharRead/WriteSpecifies the character which shall be interpreted as the column delimiter used to separate columns within external data sources.
FirstRowContainsColumnNamesboolRead/WriteSpecifies that a hosting application shall treat the first row of data in the specified external data source as a header row containing the names of each column in the data source.
DataSourcestringRead/WriteSpecifies the location of the external data source to be connected to a document to perform the mail merge.
TableNamestringRead/WriteSpecifies the particular set of data that a source shall be connected to within an external data source.
DataSourceTypeOdsoDataSourceTypeRead/WriteSpecifies the type of the external data source to be connected to as part of the ODSO connection information for this mail merge.
UdlConnectStringstringRead/WriteSpecifies the Universal Data Link (UDL) connection string used to connect to an external data source.
FieldMapDatasOdsoFieldMapDataCollectionRead/WriteGets or sets a collection of objects that specify how columns from the external data source are mapped to the predefined merge field names in the document.
RecipientDatasOdsoRecipientDataCollectionRead/WriteGets or sets a collection of objects that specify inclusion/exclusion of individual records in the mail merge.

Methods

SignatureDescription
Clone()Returns a deep clone of this object.

See Also