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

BoolFieldDefinition..::..GetUserValue Method

Gets the user value.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GetUserValue(
	string dbIdValue
)
Public Function GetUserValue ( _
	dbIdValue As String _
) As String
public:
String^ GetUserValue(
	String^ dbIdValue
)

Parameters

dbIdValue
Type: String
The database identifier value.

Return Value

System.String.