AlbumOnNet WebControl Suite

AlbumDataSetHelper Class

A helper class for the AlbumDataSet. Retrieve a new empty DataSet here.

For a list of all members of this type, see AlbumDataSetHelper Members.

System.Object
   AlbumDataSetHelper

[Visual Basic]
Public Class AlbumDataSetHelper
[C#]
public class AlbumDataSetHelper

Remarks

A helper class for the AlbumDataSet. Retrieve a new empty DataSet here. The DataSet will contain column definition for a standard AlbumDataSet and can thus provide a good start if you want to set the Album.DataSource directly, e.g. by using data from a database. You will need to use the existing column names and transfer your data to these columns, but additional column names can be added.

Requirements

Namespace: AlbumOnNet

Assembly: AlbumOnNet (in AlbumOnNet.dll)

See Also

AlbumDataSetHelper Members | AlbumOnNet Namespace