Copies attributes from another store member property.

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

Syntax

C#
public void CopyAttributes(
	StoreMemberProperty fromMember
)
Visual Basic
Public Sub CopyAttributes ( _
	fromMember As StoreMemberProperty _
)
Visual C++
public:
void CopyAttributes(
	StoreMemberProperty^ fromMember
)

Parameters

fromMember
Type: HuagatiEDMXTools..::..StoreMemberProperty
Member to copy the attributes from.

See Also