Skip to main content
All docs
V26.1
  • MongoDBQueryViewModel.OnRenameParameter(String, String) Method

    This method is called when the parameter name is changed.

    Namespace: DevExpress.DataAccess.UI.MongoDB

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public void OnRenameParameter(
        string name,
        string newName
    )

    Parameters

    Name Type Description
    name String

    The current parameter name.

    newName String

    A new parameter name.

    See Also