OleDbColumn.GetHashCode Method
NOTE: This API is now obsolete.
This member overrides Object.GetHashCode().
Namespace: Microsoft.SharePoint.Dsp.OleDb
Assembly: Microsoft.SharePoint.Dsp.OleDb (in Microsoft.SharePoint.Dsp.OleDb.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As OleDbColumn
Dim returnValue As Integer
returnValue = instance.GetHashCode()
[ObsoleteAttribute("Use the Lists web service instead.")]
public override int GetHashCode()
Return Value
Type: System.Int32