C# Class BridgeStack.Query

Base query class.
Inheritance: IQuery
Afficher le fichier Open project: bevacqua/BridgeStack

Méthodes publiques

Méthode Description
ShallowCopy ( ) : IQuery

Creates a copy of this query object instance, including parameter values.

Method Details

ShallowCopy() public méthode

Creates a copy of this query object instance, including parameter values.
public ShallowCopy ( ) : IQuery
Résultat IQuery