Microsoft SDK for Java

getType

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.

Syntax

public int getType();
public void setType(int t);

Return Value

Returns one of the DataType values.

Parameters

t One of the DataType values.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.