Initializes a new instance of the ParentTablenameAttribute class

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ParentTablenameAttribute(
	string tablename
)
Visual Basic
Public Sub New ( 
	tablename As String
)
Visual C++
public:
ParentTablenameAttribute(
	String^ tablename
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.ParentTablenameAttribute.#ctor(System.String)"]

See Also