IFieldInfoProviderGetFieldInfos Method |
Gets the field infos for the element passed in.
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 IFieldInfo[] GetFieldInfos(
string elementName
)
Function GetFieldInfos (
elementName As String
) As IFieldInfo()
Parameters
- elementName
- Type: SystemString
Name of the element.
Return Value
Type:
IFieldInfoSee Also