Wrapper for all things related to mapping between the conceptual model and storage model. Access through the CSMapping property in the EDMXFile class.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public class CSMapping : EDMXMember
Visual Basic
Public Class CSMapping _
	Inherits EDMXMember
Visual C++
public ref class CSMapping : public EDMXMember

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..CSMapping

See Also