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
| Name | Type | Access | Description |
|---|---|---|---|
ColumnDelimiter | char | Read/Write | Specifies the character which shall be interpreted as the column delimiter used to separate columns within external data sources. |
FirstRowContainsColumnNames | bool | Read/Write | Specifies 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. |
DataSource | string | Read/Write | Specifies the location of the external data source to be connected to a document to perform the mail merge. |
TableName | string | Read/Write | Specifies the particular set of data that a source shall be connected to within an external data source. |
DataSourceType | OdsoDataSourceType | Read/Write | Specifies the type of the external data source to be connected to as part of the ODSO connection information for this mail merge. |
UdlConnectString | string | Read/Write | Specifies the Universal Data Link (UDL) connection string used to connect to an external data source. |
FieldMapDatas | OdsoFieldMapDataCollection | Read/Write | Gets 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. |
RecipientDatas | OdsoRecipientDataCollection | Read/Write | Gets or sets a collection of objects that specify inclusion/exclusion of individual records in the mail merge. |
Methods
| Signature | Description |
|---|---|
Clone() | Returns a deep clone of this object. |