ApiExamples.ExMailMergeCustom.CustomerMailMergeDataSource.GetChildDataSource C# (CSharp) Метод

GetChildDataSource() публичный Метод

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
Результат IMailMergeDataSource
            public IMailMergeDataSource GetChildDataSource(string tableName)
            {
                return null;
            }