Aspose.Words.Examples.CSharp.Mail_Merge.LINQtoXMLMailMerge.MyMailMergeDataSource.GetChildDataSource C# (CSharp) Method

GetChildDataSource() public method

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
return IMailMergeDataSource
            public IMailMergeDataSource GetChildDataSource(string tableName)
            {
                return null;
            }           
            private readonly IEnumerator mEnumerator;