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
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
GetDataViews ( ) : Stream
MySqlDataViewSupport ( ) : System

Constructor does nothing. All the work happens in GetDataViews

Method Details

GetDataViews() public method

public GetDataViews ( ) : Stream
return Stream

MySqlDataViewSupport() public method

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