C# Класс JPB.DataAccess.Query.CteQueryPart

Maker for CTS in MSSQL
Наследование: GenericQueryPart
Показать файл Открыть проект

Открытые методы

Метод Описание
CteQueryPart ( string prefix ) : System.Collections.Generic

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

Описание методов

CteQueryPart() публичный Метод

public CteQueryPart ( string prefix ) : System.Collections.Generic
prefix string
Результат System.Collections.Generic

CteQueryPart() публичный Метод

public CteQueryPart ( string prefix, IEnumerable parameters ) : System.Collections.Generic
prefix string
parameters IEnumerable
Результат System.Collections.Generic