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.
Fetches the row set of objects that depend on this collection.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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