Click or drag to resize

EntityFieldsCore<TField>.IEntityFieldsCore.GetUniqueFieldNames Method

Gets the unique field names.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
HashSet<string> IEntityFieldsCore.GetUniqueFieldNames()

Return Value

Type: HashSet<String>

Implements

IEntityFieldsCore.GetUniqueFieldNames()
See Also