The DataSource type exposes the following members.

Constructors

  NameDescription
Public methodDataSource()()()()
Initializes a new instance of the DataSource class
Public methodDataSource(String, String, String)
Initializes a new instance of the DataSource class
Public methodDataSource(String, String, Type)
Initializes a new instance of the DataSource class
Public methodDataSource(String, String, String, Boolean)
Initializes a new instance of the DataSource class
Public methodDataSource(String, String, Type, Boolean)
Initializes a new instance of the DataSource class

Methods

  NameDescription
Public methodCreateInstance
Public methodEquals(Object) (Overrides Object..::..Equals(Object).)
Public methodEquals(DataSource)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRaisePropertyChanged(PropertyChangedEventArgs)
Protected methodRaisePropertyChanged(String)
Public methodTestConnection
Public methodToString (Overrides Object..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality

Properties

Events

  NameDescription
Public eventPropertyChanged

See Also