Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected MustOverride Function CreateManagedClass ( _
record As IDataRecord _
) As T
'Usage
Dim record As IDataRecord
Dim returnValue As T
returnValue = Me.CreateManagedClass(record)
protected abstract T CreateManagedClass(
IDataRecord record
)
Parameters
- record
Type: System.Data.IDataRecord
Return Value
Type: T