Sample class returns DataSet for an ObjectDataSource data binding demo
| C# | Visual Basic | Visual Basic Usage |
public class DataSetClass : IDisposable
Public Class DataSetClass _ Implements IDisposable
Dim instance As DataSetClass
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| DataSetClass()()()() |
Constructor. Loads sample data in DataSet
| |
| Dispose()()()() | ||
| Dispose(Boolean) | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Destructor
(Overrides Object.Finalize()()()().) | |
| GetData()()()() |
Gets data as DataSet object
| |
| 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.) |
| Object | |
| DataSetClass | |