C# Class JPB.DataAccess.Query.CteQueryPart

Maker for CTS in MSSQL
Inheritance: GenericQueryPart
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Méthode Description
CteQueryPart ( string prefix ) : System.Collections.Generic

CteQueryPart ( string prefix, IEnumerable parameters ) : System.Collections.Generic

Method Details

CteQueryPart() public méthode

public CteQueryPart ( string prefix ) : System.Collections.Generic
prefix string
Résultat System.Collections.Generic

CteQueryPart() public méthode

public CteQueryPart ( string prefix, IEnumerable parameters ) : System.Collections.Generic
prefix string
parameters IEnumerable
Résultat System.Collections.Generic