2#ifndef _aspose_data_data_view_h_
3#define _aspose_data_data_view_h_
5#include <system/object.h>
8namespace System {
namespace Data {
View working on table. Objects of this class should only be allocated using System::MakeObject() func...
Definition: data_view.h:18
System::SharedPtr< System::Data::DataRowView > idx_get(const int32_t recordIndex)
Gets row views.
int32_t get_Count()
RTTI information.
System::SharedPtr< System::Data::DataTable > get_Table()
Gets table the view 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
Definition: db_command.h:9