Name | Description | |
---|---|---|
NMemoryDataTable Constructor | Overloaded. |
The following tables list the members exposed by NMemoryDataTable.
Name | Description | |
---|---|---|
NMemoryDataTable Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanAddField | Overridden. Determines whether the data table supports the AddField operation | |
CanAddRow | Overridden. Determines whether you can execute the AddRow operation | |
CanInsertField | Overridden. Determines whether the data table supports the InsertField operation | |
CanInsertRow | Overridden. Determines whether you can execute the InsertRow operation | |
CanRemoveField | Overridden. Determines whether the data table supports the RemoveField operation | |
CanRemoveRow | Overridden. Determines whether you can execute the RemoveRow operation | |
CanRenameField | Overridden. Determines whether the data table supports the RenameField operation | |
FieldCount | Overridden. Gets the count of columns | |
RowCount | Overridden. Gets the count of rows |
Name | Description | |
---|---|---|
Deserialize | ||
GetFieldIndex | Overridden. Gets the index of the field with the specified name | |
GetFieldInfo | Overloaded. Overridden. Gets interfation for the field at the specified index | |
GetValue | Overloaded. Overridden. Gets a value at the specified index | |
Serialize |
Name | Description | |
---|---|---|
AddFieldCore | Overridden. Adds a new field | |
AddRowCore | Overloaded. Overridden. Adds a row with default values | |
InsertFieldCore | Overridden. Inserts a new field at the specified index | |
InsertRowCore | Overloaded. Overridden. Inserts a new row with column default values, at the specified index, if CanInsertRow is true | |
RemoveAllRowsCore | Overridden. Removes all rows | |
RemoveFieldCore | Overridden. Removes the field at the specified index | |
RemoveRowCore | Overridden. Removes a row at the specified index, if CanRemoveRow is true | |
RenameFieldCore | Overridden. | |
SetValueCore | Overridden. Sets a value at the specified index |