SharedEntityState.CreatePrototypeAdoDataTable Method
Reserved for internal use.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Function CreatePrototypeAdoDataTable ( _
rootTypeDescriptor As TypeDescriptor, _
complexFormatting As Boolean _
) As DataTable
'Usage
Dim rootTypeDescriptor As TypeDescriptor
Dim complexFormatting As Boolean
Dim returnValue As DataTable
returnValue = Me.CreatePrototypeAdoDataTable(rootTypeDescriptor, _
complexFormatting)
protected virtual DataTable CreatePrototypeAdoDataTable(
TypeDescriptor rootTypeDescriptor,
bool complexFormatting
)
Parameters
- rootTypeDescriptor
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptor
- complexFormatting
Type: System.Boolean
Return Value
Type: System.Data.DataTable
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace