CTTable.SetDataDefaultExtentSize
Syntax
void SetDataDefaultExtentSize(int size)
Parameters
Description
Sets the c-tree data file default extent size. Each time the data file needs to be extended, it will use this value to extent the file. If not changed by SetDataDefaultExtentSize(), this value is 0 bytes.
Return
None.
See Also
GetDataDefaultExtentSize(), SetIndexDefaultExtentSize()