DataSourceInfo Constructors
Contains information about a document’s data source.Name | Parameters | Description |
---|---|---|
DataSourceInfo() | none | Initializes a new instance of the DataSourceInfo class with default settings. |
DataSourceInfo(String, Object) | dataSourceName, dataSource | Initializes a new instance of the DataSourceInfo class with the specified name and datasource. |
See Also