Aspose.Words.Examples.CSharp.Mail_Merge.LINQtoXMLMailMerge.MyMailMergeDataSource.GetChildDataSource C# (CSharp) 메소드

GetChildDataSource() 공개 메소드

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