Chili.Opf3 Send comments on this topic.
IMemberInfo Interface Properties
See Also 
Chili.Opf3.Mapping Namespace : IMemberInfo Interface


For a list of all members of this type, see IMemberInfo members.

Public Properties

 NameDescription
 PropertyFieldAttribute Returns the FieldAttribute that contains the mapping information of the storage field.  
 PropertyIsNullable Returns whether the IMemberInfo object is representing an element that is a value type but is allowed to be null.  
 PropertyIsUserDefinedType Returns whether the IMemberInfo object is representing an element that is implementing the IUserDefinedType interface.  
 PropertyMemberType Returns the type of the element of the persistent object.  
 PropertyName Returns the name of the element of the persistent object type that is mapped to the field in the storage.  
Top

See Also