set_schema_full


Description:

public abstract void set_schema_full (string[] column_schemas)

Set the Variant types and the number of columns used by this .

This method must be called exactly once before using this. Note that some constructors will do this for you.

Parameters:

this

The Model to set the column layout for

column_schemas

A list of Variant type strings terminated by a null

num_columns

an integer specifying the array length for VarArgs