Name | Description | |
---|---|---|
NNodeCollectionDataTable Constructor | Overloaded. |
The following tables list the members exposed by NNodeCollectionDataTable.
Name | Description | |
---|---|---|
NNodeCollectionDataTable Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanAddRow | Overridden. Determines whether the data table supports the AddRow operation | |
CanInsertRow | Overridden. Determines whether the data table supports the InsertRow operation | |
FieldCount | Overridden. Gets the count of columns in the data source |
Name | Description | |
---|---|---|
GetFieldIndex | Overridden. Gets the column index of the column with the specified name | |
GetFieldInfo | Overloaded. Overridden. Gets the type of the column at the specified index | |
GetValue | Overloaded. Overridden. Gets the value for a given [row:col] |
Name | Description | |
---|---|---|
AttachToChildNode | Attaches the provider to events of the specified child node. | |
AttachToCollectionNode | Attaches the provider to the colleciton node | |
DetachFromChildNode | Detaches the provider from events of the specified child node. | |
DetachFromCollectionNode | ||
InsertRowCore | Overloaded. Overridden. Inserts a new row with the specified values, at the specified index, if CanInsertRow is true | |
ListCount | Overridden. Gets the count of items in the list | |
ListGetAt | Overridden. Gets the list object at the specified index. | |
ListInsertAt | Overridden. Inserts the list object at the specfied index. | |
ListRemoveAll | Overridden. Removes all list items | |
ListRemoveAt | Overridden. Removes the list object at the specfied index. | |
OnChildNodeChanged | Called when a child node of the collection has changed. | |
OnCollectionNodeChildInserted | Called when a child node has been inserted in the node collection. | |
OnCollectionNodeChildRemoved | Called when a child node has been removed from the node collection. | |
SetValueCore | Overridden. Sets the value for a given [row:col], if CanSetValue is true |