Click or drag to resize

TableMapping Methods

The TableMapping type exposes the following members.

Methods
  NameDescription
Public methodAssociationWith
Gets the association table mapping
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGet
Get table information
Public methodGetColumn(MemberInfo)
Get column mapping
Public methodGetColumn(PropertyInfo)
Get column mapping
Public methodGetColumn(String, Boolean)
Get the column mapping for the named property
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberRedirect
Creates a table mapping that is redirected
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Top
See Also