PropertyBaseManager<T>.PostLoadPropertyDataFromDB Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overridable Sub PostLoadPropertyDataFromDB ( _
cmd As SqlCommand _
)
'Usage
Dim cmd As SqlCommand
Me.PostLoadPropertyDataFromDB(cmd)
protected virtual void PostLoadPropertyDataFromDB(
SqlCommand cmd
)
Parameters
- cmd
Type: System.Data.SqlClient.SqlCommand