EntityFieldsCoreTFieldIEntityFieldsCoreGetFieldIndex Method |
Gets the index of the field with the name specified
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax int IEntityFieldsCore.GetFieldIndex(
string fieldName
)
Private Function GetFieldIndex (
fieldName As String
) As Integer Implements IEntityFieldsCore.GetFieldIndex
Parameters
- fieldName
- Type: SystemString
Name of the field.
Return Value
Type:
Int32The index or -1 if not found.
Implements
IEntityFieldsCoreGetFieldIndex(String)See Also