C# Class Gymnastika.Data.Migration.Commands.SqlStatementCommand

Inheritance: SchemaCommand
Afficher le fichier Open project: weiqiyiji/Gymnastika Class Usage Examples

Protected Properties

Свойство Type Description
_providers List

Méthodes publiques

Méthode Description
ForProvider ( string dataProvider ) : SqlStatementCommand
SqlStatementCommand ( string sql ) : System.Collections.Generic

Method Details

ForProvider() public méthode

public ForProvider ( string dataProvider ) : SqlStatementCommand
dataProvider string
Résultat SqlStatementCommand

SqlStatementCommand() public méthode

public SqlStatementCommand ( string sql ) : System.Collections.Generic
sql string
Résultat System.Collections.Generic

Property Details

_providers protected_oe property

protected List _providers
Résultat List