Skip to content

RowExtensions.FindFieldByPropertyName method

Finds the field by its property name.

public static Field FindFieldByPropertyName(this IRow row, string name)
parameter description
row The row.
name The name.

Return Value

The field with the specified property name.

See Also