ModelInfoProviderBaseGetFieldInfo Method (String, Int32) |
Gets the field info for the field passed in for the element passed in
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic IFieldInfo GetFieldInfo(
string elementName,
int elementFieldIndex
)
Public Function GetFieldInfo (
elementName As String,
elementFieldIndex As Integer
) As IFieldInfo
Parameters
- elementName
- Type: SystemString
Name of the element. - elementFieldIndex
- Type: SystemInt32
Index of the element field.
Return Value
Type:
IFieldInfoImplements
IFieldInfoProviderGetFieldInfo(String, Int32)
See Also