AttributeName
This property specifies the name of the Oracle Object attribute that must be retrieved.
Declaration
// C# public string AttributeName {get;}
Property Value
The name of an attribute of an Oracle Object type.
Remarks
The AttributeName
property specifies name of the attribute in the Oracle Object type that the custom class field or property maps to. This allows the custom class to declare field or property names that differ from the Oracle object.
The specified attribute name is case-sensitive.