C# Class Engage.Dnn.F3.SqlDataProvider

SQL Server implementation of the abstract DataProvider class
Inheritance: DataProvider
Afficher le fichier Open project: EngageSoftware/Engage-F3

Méthodes publiques

Méthode 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 méthode

public SearchPublishContent ( string searchValue, int portalId ) : DataTable
searchValue string
portalId int
Résultat System.Data.DataTable

SearchTextHtmlContent() public méthode

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

SearchUniqueTextHtmlContent() public méthode

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

SqlDataProvider() public méthode

Initializes a new instance of the SqlDataProvider class.
public SqlDataProvider ( ) : System
Résultat System