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>()
Public Shared Function GetFields(Of DataClass) As List(Of PropertyInfo)
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