Share via


DbEntityInstance Constructor (Entity, TypeDescriptor, Object, LobSystemInstance)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub New ( _
    entity As Entity, _
    rootTypeDescriptor As TypeDescriptor, _
    adapterObject As Object, _
    lobSystemInstance As LobSystemInstance _
)
'Usage
Dim entity As Entity
Dim rootTypeDescriptor As TypeDescriptor
Dim adapterObject As Object
Dim lobSystemInstance As LobSystemInstance

Dim instance As New DbEntityInstance(entity, _
    rootTypeDescriptor, adapterObject, _
    lobSystemInstance)
public DbEntityInstance(
    Entity entity,
    TypeDescriptor rootTypeDescriptor,
    Object adapterObject,
    LobSystemInstance lobSystemInstance
)

Parameters

See Also

Reference

DbEntityInstance Class

DbEntityInstance Members

DbEntityInstance Overload

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace