CorePropertyManager.LoadPropertyDataFromDB Method
This member overrides PropertyBaseManager<T>.LoadPropertyDataFromDB().
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides Function LoadPropertyDataFromDB As SqlCommand
'Usage
Dim returnValue As SqlCommand
returnValue = Me.LoadPropertyDataFromDB()
protected override SqlCommand LoadPropertyDataFromDB()
Return Value
Type: System.Data.SqlClient.SqlCommand