public MyMailMergeDataSource ( IEnumerable data, string tableName ) : Aspose.Words | ||
data | IEnumerable | Data returned from a LINQ query. |
tableName | string | Name of the data source is only used when you perform mail merge with regions. /// If you prefer to use the simple mail merge then use constructor with one parameter. |
return | Aspose.Words |
LINQtoXMLMailMerge.MyMailMergeDataSource::MyMailMergeDataSource ( IEnumerable data ) : Aspose.Words |