C# 클래스 Engage.Dnn.F3.SqlDataProvider

SQL Server implementation of the abstract DataProvider class
상속: DataProvider
파일 보기 프로젝트 열기: EngageSoftware/Engage-F3

공개 메소드들

메소드 설명
SearchPublishContent ( string searchValue, int portalId ) : DataTable
SearchTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
SearchUniqueTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
SqlDataProvider ( ) : System

Initializes a new instance of the SqlDataProvider class.

메소드 상세

SearchPublishContent() 공개 메소드

public SearchPublishContent ( string searchValue, int portalId ) : DataTable
searchValue string
portalId int
리턴 System.Data.DataTable

SearchTextHtmlContent() 공개 메소드

public SearchTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
searchValue string
portalId int
lowerTab int
upperTab int
리턴 System.Data.DataTable

SearchUniqueTextHtmlContent() 공개 메소드

public SearchUniqueTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
searchValue string
portalId int
lowerTab int
upperTab int
리턴 System.Data.DataTable

SqlDataProvider() 공개 메소드

Initializes a new instance of the SqlDataProvider class.
public SqlDataProvider ( ) : System
리턴 System