C# 클래스 JPB.DataAccess.Query.CteQueryPart

Maker for CTS in MSSQL
상속: GenericQueryPart
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 메소드들

메소드 설명
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