فئة System::Data::DataTable
محتويات
[
يخفي
]DataTable class
Data structured in rows and columns. 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 DataTable : public System::Object
الطرق
| طريقة | الوصف |
|---|---|
| get_Columns() | يحصل على الأعمدة الموجودة في الجدول. |
| get_DataSet() | يحصل على مجموعة البيانات التي ينتمي إليها الجدول. |
| get_Rows() | معلومات RTTI. |
| get_TableName() | يحصل على اسم الجدول. |
انظر أيضًا
- Class Object
- Namespace System::Data
- Library Aspose.Font for C++