Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 1.59 KB

collections-ado-wfc-syntax.md

File metadata and controls

79 lines (63 loc) · 1.59 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords apitype
Collections (ADO - WFC Syntax)
Collections (ADO - WFC Syntax)
rothja
jroth
01/19/2017
sql
ado
reference
syntax indexes [ADO], ADO/WFC
collections [ADO], ADO/WFC syntax
ADO/WFC syntax index [ADO]
COM

Collections (ADO - WFC Syntax)

package com.ms.wfc.data

Parameters

Methods

public void append(com.ms.wfc.data.Parameter param)  
public void delete(int n)  
public void delete(String s)  
public void refresh()  
public Parameter getItem(int n)  
public Parameter getItem(String s)  

Properties

public int getCount()  

Fields

Methods

public void append(String name, int type)  
public void append(String name, int type, int definedSize)  
public void append(String name, int type, int definedSize, int attrib)  
public void delete(int n)  
public void delete(String s)  
public void refresh()  
public com.ms.wfc.data.Field getItem(int n)  
public com.ms.wfc.data.Field getItem(String s)  

Properties

public int getCount()  

Errors

Methods

public void clear()  
public void refresh()  
public com.ms.wfc.data.Error getItem(int n)  
public com.ms.wfc.data.Error getItem(String s)  

Properties

public int getCount()  

See Also

Errors Collection (ADO)
Fields Collection (ADO)
Parameters Collection (ADO)