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

FieldDefinitionType<(Of <(<'TFieldDefinition>)>)>..::..HasDescription Method

Sets the field description.

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

Syntax


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

Parameters

description
Type: String
The description.

Return Value

This object.