| IFieldInfoProviderGetFieldInfo Method (String, String) | 
 
            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.3.0.0 (5.3.0)
 Syntax
SyntaxIFieldInfo GetFieldInfo(
	string elementName,
	string elementFieldName
)
Function GetFieldInfo ( 
	elementName As String,
	elementFieldName As String
) As IFieldInfo
Parameters
- elementName
- Type: SystemString
 Name of the element.
- elementFieldName
- Type: SystemString
 Name of the element field.
Return Value
Type: 
IFieldInfo See Also
See Also