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)