RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..RenameKeyAutoFillValueMessage Method

This is the message that will show when the user tries to rename a record's unique key AutoFillValue. Checks to see if the user really wants to rename an existing record or create a new record instead. Override this for localization.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


protected virtual string RenameKeyAutoFillValueMessage(
	string recordDescription,
	string fieldDescription
)
Protected Overridable Function RenameKeyAutoFillValueMessage ( _
	recordDescription As String, _
	fieldDescription As String _
) As String
protected:
virtual String^ RenameKeyAutoFillValueMessage(
	String^ recordDescription, 
	String^ fieldDescription
)

Parameters

recordDescription
Type: String
The record description.
fieldDescription
Type: String
The field description.

Return Value

System.String.