PropertyBase.LoadPropertyDefinition Method (IDataRecord)
Loads the property definition that is defined by the specified data record from the database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected MustOverride Sub LoadPropertyDefinition ( _
record As IDataRecord _
)
'Usage
Dim record As IDataRecord
Me.LoadPropertyDefinition(record)
protected abstract void LoadPropertyDefinition(
IDataRecord record
)
Parameters
- record
Type: System.Data.IDataRecord