Database.UpdateStages.WithCollation Interface

public static interface Database.UpdateStages.WithCollation

The stage of the Database update allowing to specify collation.

Method Summary

Modifier and Type Method and Description
abstract Update withCollation(String collation)

Specifies the collation property: The collation of the database..

Method Details

withCollation

public abstract Database.Update withCollation(String collation)

Specifies the collation property: The collation of the database..

Parameters:

collation - The collation of the database.

Returns:

the next definition stage.

Applies to