Share via


IWithCollation<ParentT> Interface

Definition

The SQL Database definition to set the collation for database.

public interface IWithCollation<ParentT>
type IWithCollation<'ParentT> = interface
Public Interface IWithCollation(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithCollation(String)

Sets the collation for the SQL Database.

Applies to