PropertyBaseManager<T>.CreateManagedClass Method
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