Sample class returns DataSet with several columns which could be used as Y values source. Used for a data binding demonstration only
| C# | Visual Basic | Visual Basic Usage |
public class ComplexDataSetClass : IDisposable
Public Class ComplexDataSetClass _ Implements IDisposable
Dim instance As ComplexDataSetClass
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ComplexDataSetClass()()()() |
Constructor. Loads sample data in DataSet
| |
| Dispose()()()() | ||
| Dispose(Boolean) | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Class destructor
(Overrides Object.Finalize()()()().) | |
| GetData()()()() |
Gets data
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(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.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) |
Shows products sales by month.
| Object | |
| ComplexDataSetClass | |