ModelInfoProviderBase.AddFieldIndexEnumForElementName Method |
Adds the field index enum - element name pair
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax protected void AddFieldIndexEnumForElementName(
Type fieldIndexEnum,
string elementName
)
Protected Sub AddFieldIndexEnumForElementName (
fieldIndexEnum As Type,
elementName As String
)
Parameters
- fieldIndexEnum
- Type: System.Type
The field index enum. - elementName
- Type: System.String
Name of the element.
See Also