Click or drag to resize
Channel Methods

The Channel type exposes the following members.

Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object properties with data from the given IDataReader object.
(Overrides DbObject.Fill(IDataReader).)
Protected methodFillRow
Fills the given DataRow object with object state values.
(Overrides DbObject.FillRow(DataRow).)
Public methodStatic memberGetActiveChannels
Returns a list of all active channels.
Public methodStatic memberGetAvailableChannels
Returns a list of all active and available channels.
Public methodStatic memberGetChannelById
Returns the channel by its Id.
Public methodStatic memberGetChannels
Returns a list of all available channels.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
See Also