C# Class MySql.Data.VisualStudio.BaseNode

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Свойство Type Description
HierarchyAccessor DataViewHierarchyAccessor
IsNew bool

Protected Properties

Свойство Type Description
commandGroupGuid System.Guid
editorGuid System.Guid
name string

Méthodes publiques

Méthode Description
Alter ( ) : void
BaseNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System
Edit ( ) : void
ExecuteCommand ( int command ) : void
GetDataTable ( string sql ) : DataTable
GetDropSQL ( ) : string
GetEditor ( ) : object
GetSchema ( string schemaName, string restrictions ) : DataTable
Refresh ( ) : void

Refresh database node in server explorer

Méthodes protégées

Méthode Description
ExecuteSQL ( string sql ) : void
GenerateUniqueName ( ) : string
SaveNode ( ) : void

Private Methods

Méthode Description
Drop ( ) : void
OpenEditor ( ) : void
SelectConnectionNode ( ) : void

Selects connection node in the Server Explorer window.

Method Details

Alter() public méthode

public Alter ( ) : void
Résultat void

BaseNode() public méthode

public BaseNode ( DataViewHierarchyAccessor hierarchyAccessor, int id ) : System
hierarchyAccessor DataViewHierarchyAccessor
id int
Résultat System

Edit() public méthode

public Edit ( ) : void
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( int command ) : void
command int
Résultat void

ExecuteSQL() protected méthode

protected ExecuteSQL ( string sql ) : void
sql string
Résultat void

GenerateUniqueName() protected méthode

protected GenerateUniqueName ( ) : string
Résultat string

GetDataTable() public méthode

public GetDataTable ( string sql ) : DataTable
sql string
Résultat System.Data.DataTable

GetDropSQL() public méthode

public GetDropSQL ( ) : string
Résultat string

GetEditor() public méthode

public GetEditor ( ) : object
Résultat object

GetSchema() public méthode

public GetSchema ( string schemaName, string restrictions ) : DataTable
schemaName string
restrictions string
Résultat System.Data.DataTable

Refresh() public méthode

Refresh database node in server explorer
public Refresh ( ) : void
Résultat void

SaveNode() protected méthode

protected SaveNode ( ) : void
Résultat void

Property Details

HierarchyAccessor public_oe property

public DataViewHierarchyAccessor HierarchyAccessor
Résultat DataViewHierarchyAccessor

IsNew public_oe property

public bool IsNew
Résultat bool

commandGroupGuid protected_oe property

protected Guid,System commandGroupGuid
Résultat System.Guid

editorGuid protected_oe property

protected Guid,System editorGuid
Résultat System.Guid

name protected_oe property

protected string name
Résultat string