C# Class Aspose.Words.Examples.CSharp.Mail_Merge.ExecuteWithRegionsDataTable

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
ExecuteDataTable ( string commandText ) : DataTable

Utility function that creates a connection, command, Executes the command and return the result in a DataTable.

GetTestOrder ( int orderId ) : DataTable
GetTestOrderDetails ( int orderId ) : DataTable

Method Details

Run() public static method

public static Run ( ) : void
return void