CollectionName Constructor

MongoRepository

CollectionName Constructor
Initializes a new instance of the CollectionName class attribute with the desired name.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public CollectionName(
	string value
)
Public Sub New ( 
	value As String
)
public:
CollectionName(
	String^ value
)
new : 
        value : string -> CollectionName

Parameters

value
Type: SystemString
Name of the collection.
See Also