The DataLevel type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetNodes | Gets the nodes of this level. |
Properties
Name | Description | |
---|---|---|
Formatter | Gets the formatter for the level which can be used for format the node values in the level. | |
IsMaterialized | Obsolete. Gets a value indicating whether the level is materialized or not.. | |
Name | Gets the name of the level. | |
NodeValueType | Gets the DataType of the nodes in the level. |
See Also