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

FieldDefinition..::..HasFieldName Method

Sets the name of the field. For use only by the Entity Framework classes.

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

Syntax


public void HasFieldName(
	string fieldName
)
Public Sub HasFieldName ( _
	fieldName As String _
)
public:
void HasFieldName(
	String^ fieldName
)

Parameters

fieldName
Type: String
Name of the field.

Exceptions


ExceptionCondition
ArgumentExceptionField name '{fieldName}' already exists in this table.