This method of the AdoProperty class retrieves the operational type or data type of a Parameter, Field, or AdoProperty object.
For Parameter objects, the Type property is read/write. For all other objects, the Type property is read-only.
public int getType();
public void setType(int t);
Returns one of the DataType values.
t | One of the DataType values. |