summaryM:DotNetNuke.Data.DataProvider.SearchProfilePropertyValues(System.Int32,System.String,System.String)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual IDataReader SearchProfilePropertyValues(
	int portalId,
	string propertyName,
	string searchString
)
Visual Basic
Public Overridable Function SearchProfilePropertyValues ( 
	portalId As Integer,
	propertyName As String,
	searchString As String
) As IDataReader

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.SearchProfilePropertyValues(System.Int32,System.String,System.String)
propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Data.DataProvider.SearchProfilePropertyValues(System.Int32,System.String,System.String)
searchString
Type: System..::..String
paramsearchStringM:DotNetNuke.Data.DataProvider.SearchProfilePropertyValues(System.Int32,System.String,System.String)

Return Value

returnsM:DotNetNuke.Data.DataProvider.SearchProfilePropertyValues(System.Int32,System.String,System.String)

See Also