Skip to main content
All docs
V26.1
  • MongoDBDataConnection.StoreConnectionNameOnly Property

    Specifies whether the MongoDB data connection manager stores only the name of a MongoDB connection.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public bool StoreConnectionNameOnly { get; set; }

    Property Value

    Type Description
    Boolean

    true if only the name of a MongoDB connection is stored; otherwise, false.

    See Also