Specifies the name of the database table that is the source of this collection.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public TableAttribute(
	string strTableName
)
Visual Basic
Public Sub New ( _
	strTableName As String _
)
Visual C++
public:
TableAttribute(
	String^ strTableName
)

Parameters

strTableName
Type: System..::..String

[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.TableAttribute.#ctor(System.String)"]

See Also