| EntityFieldsCoreTFieldItem Property (String) | 
 
            Gets the field with the specified name.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic TField this[
	string name
] { get; }Public ReadOnly Default Property Item ( 
	name As String
) As TField
	Get
Parameters
- name
 - Type: SystemString
 
Property Value
Type: 
TField
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