Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.44 KB

File metadata and controls

43 lines (36 loc) · 1.44 KB
title Delete Method (ADO Fields Collection) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Fields20::Delete
Fields20::raw_Delete
helpviewer_keywords
Delete method [ADO]
ms.assetid 25bedc25-c51c-4cab-96ce-930b959965d9
author MightyPen
ms.author genemi

Delete Method (ADO Fields Collection)

Deletes an object from the Fields collection.

Syntax

  
Fields.Delete Field  

Parameters

Field
A Variant that designates the Field object to delete. This parameter can be the name of the Field object or the ordinal position of the Field object itself.

Remarks

Calling the Fields.Delete method on an open Recordset causes a run-time error.

Applies To

Fields Collection (ADO)

See Also

Delete Method (ADO Parameters Collection)
Delete Method (ADO Recordset)
DeleteRecord Method (ADO)