SPPersistedTypeCollection.InitializeFromDatabase method
Fetches the row set of objects that depend on this collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Function InitializeFromDatabase As SqlDataReader
'Usage
Dim returnValue As SqlDataReader
returnValue = Me.InitializeFromDatabase()
protected SqlDataReader InitializeFromDatabase()
Return value
Type: System.Data.SqlClient.SqlDataReader
A SqlDataReader object containing the row set.
See also
Reference
SPPersistedTypeCollection class