C# Class Engage.Dnn.F3.SqlDataProvider

SQL Server implementation of the abstract DataProvider class
Inheritance: DataProvider
Show file Open project: EngageSoftware/Engage-F3

Public Methods

Method Description
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.

Method Details

SearchPublishContent() public method

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

SearchTextHtmlContent() public method

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

SearchUniqueTextHtmlContent() public method

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

SqlDataProvider() public method

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