C# Class Aspectacular.SqlConnectionAttributesAspect

Aspect improving SQL server query performance by adding connection attributes when SQL connection is initialized. Make intercepted object implement ISqlServerConnectionProvider interface to take advantage of this aspect.
Inheritance: Aspect
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode Description
Step_2_BeforeTryingMethodExec ( ) : void

Private Methods

Méthode Description
AttachSqlAttributes ( ISqlServerConnectionProvider sqlConnProvider ) : void
LogAttributeApplication ( ISqlServerConnectionProvider sqlConnProvider ) : void

Attention: this is a callback method that could be called after aspect is used & dumped.

Method Details

Step_2_BeforeTryingMethodExec() public méthode

public Step_2_BeforeTryingMethodExec ( ) : void
Résultat void