MetadataObject.ReadInternal Method
When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Sub ReadInternal ( _
sqlCmd As SqlCommand _
)
'Usage
Dim sqlCmd As SqlCommand
Me.ReadInternal(sqlCmd)
protected virtual void ReadInternal(
SqlCommand sqlCmd
)
Parameters
- sqlCmd
Type: System.Data.SqlClient.SqlCommand
A SQL command to be executed on the metadata repository.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace