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

TableDefinition<(Of <(<'TEntity>)>)>..::..GetPropertyField Method

Gets the field definition associated with the property name.

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

Syntax


public FieldDefinition GetPropertyField(
	string propertyName
)
Public Function GetPropertyField ( _
	propertyName As String _
) As FieldDefinition
public:
FieldDefinition^ GetPropertyField(
	String^ propertyName
)

Parameters

propertyName
Type: String
Name of the property.

Return Value

FieldDefinition.

Exceptions


ExceptionCondition
ArgumentExceptionProperty '{propertyName}' not found.