C# Class JPB.DataAccess.Query.CteQueryPart

Maker for CTS in MSSQL
Inheritance: GenericQueryPart
ファイルを表示 Open project: JPVenson/DataAccess

Public Methods

Method Description
CteQueryPart ( string prefix ) : System.Collections.Generic

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

Method Details

CteQueryPart() public method

public CteQueryPart ( string prefix ) : System.Collections.Generic
prefix string
return System.Collections.Generic

CteQueryPart() public method

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