EntityFieldsCoreTFieldIEntityFieldsCoreItem 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.9.0.0 (5.9.0)
SyntaxIEntityFieldCore IEntityFieldsCore.this[
	string name
] { get; }Private ReadOnly Property Item ( 
	name As String
) As IEntityFieldCore Implements IEntityFieldsCore.Item
	Get
Parameters
- name
 - Type: SystemString
 
Property Value
Type: 
IEntityFieldCoreImplements
IEntityFieldsCoreItemString
Exceptions| Exception | 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