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

FieldDefinition..::..HasDescription Method

Sets the field description that the user will see.

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

Syntax


public FieldDefinition HasDescription(
	string description
)
Public Function HasDescription ( _
	description As String _
) As FieldDefinition
public:
FieldDefinition^ HasDescription(
	String^ description
)

Parameters

description
Type: String
The description value.

Return Value

This object.