Method IsValid

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

IsValid(string)

Determines whether the specified collection name is valid.

public static bool IsValid(string collectionName)

Parameters

collectionName string

The name of the collection.

Returns

bool

Whether the specified collection name is valid.