Modifier and Type | Method and Description |
---|---|
DataTable |
IDataReader.getSchemaTable()
Gets the schema table
|
DataTable |
DataRow.getTable()
Getter for the field
table . |
Modifier and Type | Method and Description |
---|---|
MailMessageCollection |
TemplateEngine.instantiate(DataTable table)
Instantiates the template with a DataTable as datasource.
|
MailMessageCollection |
TemplateEngine.instantiate(DataTable table,
DataColumnMappingCollection mappings)
Instantiates the template with a DataTable as datasource.
|
Constructor and Description |
---|
DataColumnCollection(DataTable dataTable)
Constructor for DataColumnCollection.
|
DataRow(DataTable table)
Constructor for DataRow.
|
DataRowCollection(DataTable dataTable)
Constructor for DataRowCollection.
|