CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
data_row_view.h
1
2#pragma once
3
4#include <system/object.h>
5
6namespace System {
7namespace Data {
8
9class DataRow;
10
15class ASPOSECPP_SHARED_CLASS DataRowView : public System::Object
16{
18 RTTI_INFO(System::Data::DataRowView, ::System::BaseTypesInfo<System::Object>)
19
20public:
24};
25
26}
27}
View over the data row. Objects of this class should only be allocated using System::MakeObject() fun...
Definition: data_row_view.h:16
System::SharedPtr< System::Data::DataRow > get_Row()
RTTI information.
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