FieldInfoProviderBaseAddFieldIndexEnumForElementName Method |
Adds the field index enum - element name pair
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected void AddFieldIndexEnumForElementName(
Type fieldIndexEnum,
string elementName
)
Protected Sub AddFieldIndexEnumForElementName (
fieldIndexEnum As Type,
elementName As String
)
Parameters
- fieldIndexEnum
- Type: SystemType
The field index enum. - elementName
- Type: SystemString
Name of the element.
See Also