次の方法で共有


IWithCollation<ParentT> インターフェイス

定義

データベースの照合順序を設定するSQL Database定義。

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

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithCollation(String)

SQL Databaseの照合順序を設定します。

適用対象