2#ifndef _aspose_data_data_table_h_
3#define _aspose_data_data_table_h_
5#include <system/object.h>
6#include <system/string.h>
8namespace System {
namespace Data {
10class DataRowCollection;
11class DataColumnCollection;
Data structured in rows and columns. Objects of this class should only be allocated using System::Mak...
Definition: data_table.h:19
System::SharedPtr< DataRowCollection > get_Rows()
RTTI information.
System::String get_TableName()
Gets table name.
System::SharedPtr< DataColumnCollection > get_Columns()
Gets columns present in the table.
System::SharedPtr< DataSet > get_DataSet()
Gets data set table belongs to.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9