C# Class CodeInsiders.SharpQL.SharpQuery

Inheritance: SharpBatch
Afficher le fichier Open project: codeinsiders/sharpql

Méthodes publiques

Méthode Description
CreateCommand ( DbConnection connection, Action factory = null ) : DbCommand

Méthodes protégées

Méthode Description
GetParametersFromModel ( object model ) : object>.Dictionary
ReadResourceAsString ( string resourceName ) : string
WriteScript ( string scriptName, object model = null ) : void

Method Details

CreateCommand() public méthode

public CreateCommand ( DbConnection connection, Action factory = null ) : DbCommand
connection System.Data.Common.DbConnection
factory Action
Résultat System.Data.Common.DbCommand

GetParametersFromModel() protected méthode

protected GetParametersFromModel ( object model ) : object>.Dictionary
model object
Résultat object>.Dictionary

ReadResourceAsString() protected méthode

protected ReadResourceAsString ( string resourceName ) : string
resourceName string
Résultat string

WriteScript() protected méthode

protected WriteScript ( string scriptName, object model = null ) : void
scriptName string
model object
Résultat void