C# Class YesSql.Core.Sql.Schema.SqlStatementCommand

Inheritance: SchemaCommand
Show file Open project: sebastienros/yessql 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 property

protected List _providers
return List