C# Class MySql.Data.VisualStudio.MySqlDataViewSupport

Represents an implementation of data view support that returns the stream of XML containing the data view support elements.
Inheritance: DataViewSupport
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
GetDataViews ( ) : Stream
MySqlDataViewSupport ( ) : System

Constructor does nothing. All the work happens in GetDataViews

Method Details

GetDataViews() public méthode

public GetDataViews ( ) : Stream
Résultat Stream

MySqlDataViewSupport() public méthode

Constructor does nothing. All the work happens in GetDataViews
public MySqlDataViewSupport ( ) : System
Résultat System