Click or drag to resize
Grid Solutions Framework

MongoInputAdapterDatabaseName Property

Gets or sets the name of the MongoDB database.

Namespace: MongoAdapters
Assembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("TSFData")]
public string DatabaseName { get; set; }
View Source

Property Value

String
See Also