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

Inheritance: SchemaCommand
Mostrar archivo Open project: weiqiyiji/Gymnastika Class Usage Examples

Protected Properties

Property Type Description
_providers List

Public Methods

Method Description
ForProvider ( string dataProvider ) : SqlStatementCommand
SqlStatementCommand ( string sql ) : System.Collections.Generic

Method Details

ForProvider() public method

public ForProvider ( string dataProvider ) : SqlStatementCommand
dataProvider string
return SqlStatementCommand

SqlStatementCommand() public method

public SqlStatementCommand ( string sql ) : System.Collections.Generic
sql string
return System.Collections.Generic

Property Details

_providers protected_oe property

protected List _providers
return List