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.
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 ( _
sharedEntityState As SharedEntityState, _
adapterObject As Object _
)
'Usage
Dim sharedEntityState As SharedEntityState
Dim adapterObject As Object
Dim instance As New DbEntityInstance(sharedEntityState, _
adapterObject)
public DbEntityInstance(
SharedEntityState sharedEntityState,
Object adapterObject
)
Parameters
- sharedEntityState
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState
- adapterObject
Type: System.Object
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace