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

LookupRefresher..::..GetRecordCountMessage Method

Gets the record count message.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GetRecordCountMessage(
	int recordCount,
	string name
)
Public Function GetRecordCountMessage ( _
	recordCount As Integer, _
	name As String _
) As String
public:
String^ GetRecordCountMessage(
	int^ recordCount, 
	String^ name
)

Parameters

recordCount
Type: Int32
The record count.
name
Type: String
The name.

Return Value

System.String.