EntityFieldsCore<TField>.IEntityFieldsCore.Item Property (String) |
Gets the EntityField with the specified name.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
ExceptionsException | Condition |
---|
ArgumentException | When the specified name is the empty string or contains only spaces |
RemarksThis property is read-only. If you want to set a value, use the int indexer
See Also