Click or drag to resize

HelperGetFieldsDataClass Method

Gives a list of type PropertyInfo from data item class be mapped to database (XML file)

Namespace:  SOWIData.XML
Assembly:  SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static List<PropertyInfo> GetFields<DataClass>()

Type Parameters

DataClass
Data item structure

Return Value

Type: ListPropertyInfo

[Missing <returns> documentation for "M:SOWIData.XML.Helper.GetFields``1"]

Remarks
Exclusive fields: Entity Framework objects and fields of NotMapped attribute
See Also