| ProjectionRowItem Property (String) | 
 
            Gets the 
Object 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 Object this[
	string name
] { get; }Public ReadOnly Default Property Item ( 
	name As String
) As Object
	Get
Parameters
- name
 - Type: SystemString
 
Property Value
Type: 
Object
See Also