Condividi tramite


IWithChildResource<ParentT> Interface

Definition

The stage of the mongo database definition allowing to set child resources.

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

Type Parameters

ParentT

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

Derived

Methods

DefineNewCollection(String)

Defines a new mongo collection.

Applies to