Share via


PropertyMapping Members

Include Protected Members
Include Inherited Members

The PropertyMapping type exposes the following members.

Constructors

  Name Description
Ff667853.protmethod(en-us,PandP.50).gif PropertyMapping
Initializes a new PropertyMapping.

Methods

  Name Description
Ff667853.protmethod(en-us,PandP.50).gifFf667853.static(en-us,PandP.50).gif ConvertNonNullableValue
Converts the database value value to conversionType. Will throw an exception if conversionType is a nullable value.
Ff667853.protmethod(en-us,PandP.50).gifFf667853.static(en-us,PandP.50).gif ConvertNullableValue
Converts the database value value to conversionType, where conversionType is a nullable value.
Ff667853.protmethod(en-us,PandP.50).gifFf667853.static(en-us,PandP.50).gif ConvertValue
Converts the database value value to conversionType.
Ff667853.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff667853.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff667853.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff667853.pubmethod(en-us,PandP.50).gif GetPropertyValue
When implemented by a class, extracts the value for the mapped property from row.
Ff667853.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff667853.pubmethod(en-us,PandP.50).gif Map
Performs the actual mapping from column to property.
Ff667853.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff667853.protmethod(en-us,PandP.50).gif SetValue
Sets the value to instance using Property.
Ff667853.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff667853.pubproperty(en-us,PandP.50).gif Property
Gets the property that will be mapped to.

See Also

PropertyMapping Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace