set_names


Description:

[ Version ( since = "6.0" ) ]
public void set_names (string? catalog, string? schema, string name)

Sets database object names.

catalog and schema can be null but name always should be a valid, not null string. The name must be set. If catalog is null schema may not be null but if schema is null catalog also should be null.

Parameters:

this

a DbBase object

catalog

a catalog name associated with the table

schema

a schema name associated with the table

name

a table name associated with the table