RowFieldsBase.GetFieldsByAttribute method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets the fields by attribute.

public Field[] GetFieldsByAttribute(Type attrType)
parameter description
attrType Type of the attribute.

See Also


RowFieldsBase.GetFieldsByAttribute<TAttr> method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets the fields by attribute.

public Field[] GetFieldsByAttribute<TAttr>()
    where TAttr : Attribute
parameter description
TAttr The type of the attribute.

See Also