PropertyBaseManager<T>.LoadPropertyDataFromDB method

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Protected MustOverride Function LoadPropertyDataFromDB As SqlCommand
'Usage
Dim returnValue As SqlCommand

returnValue = Me.LoadPropertyDataFromDB()
protected abstract SqlCommand LoadPropertyDataFromDB()

Return value

Type: System.Data.SqlClient.SqlCommand
Returns SqlCommand.

See also

Reference

PropertyBaseManager<T> class

PropertyBaseManager<T> members

Microsoft.Office.Server.UserProfiles namespace