次の方法で共有


IWithChildResource インターフェイス

定義

mongo データベース更新のステージ。子リソースを設定できます。

public interface IWithChildResource
type IWithChildResource = interface
Public Interface IWithChildResource
派生

メソッド

DefineNewCollection(String)

新しい mongo コレクションを定義します。

UpdateCollection(String)

mongo コレクションを更新します。

WithoutCollection(String)

mongo コレクションを削除します。

適用対象