MetadataObject.ReadInternal Method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Protected Overridable Sub ReadInternal ( _
sqlCmd As SqlCommand _
)
'Usage
Dim sqlCmd As SqlCommand
Me.ReadInternal(sqlCmd)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
protected virtual void ReadInternal(
SqlCommand sqlCmd
)
Parameters
sqlCmd
Type: System.Data.SqlClient.SqlCommandA SQL command to be executed on the metadata repository.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace