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

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

Sets the name of the field.

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

Syntax


public TFieldDefinition HasFieldName(
	string fieldName
)
Public Function HasFieldName ( _
	fieldName As String _
) As TFieldDefinition
public:
TFieldDefinition HasFieldName(
	String^ fieldName
)

Parameters

fieldName
Type: String
Name of the field.

Return Value

TFieldDefinition.