共用方式為


Collections (ADO - WFC 語法)

package com.ms.wfc.data

參數

方法

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)  

屬性

public int getCount()  

欄位

方法

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)  

屬性

public int getCount()  

錯誤

方法

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

屬性

public int getCount()  

另請參閱

Errors 集合 (ADO)
Fields 集合 (ADO)
Parameters 集合 (ADO)