System::Data::DataRow class

DataRow class

Row in the data set. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class DataRow : public System::Object

Methods

MethodDescription
get_Table()Gets table row belongs to.
GetChildRows(const System::SharedPtr<System::Data::DataRelation>&)Gets rows which are considered child through specified relation.
idx_get(const int32_t)RTTI information.

See Also