RemoveNumericType
method
Removes the type name from the list of the numeric
types.
Syntax:
object.RemoveNumericType(name_or_index)
Parameters:
name_or_index - the name of the type to remove or its index. If
numeric index is used it is 1-based.
Remarks:
If the type name is not in the list the method will do
nothing.
Applies to: SQLite COM
object
See also: RemoveAllNumericTypes,
AddNumericType, NumericType,
CountNumericTypes
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|