Click or drag to resize

indexPageTable Constructor (String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the indexPageTable class

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public indexPageTable(
	string __keyProperty,
	string __tableName
)

Parameters

__keyProperty
Type: SystemString

[Missing <param name="__keyProperty"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.#ctor(System.String,System.String)"]

__tableName
Type: SystemString

[Missing <param name="__tableName"/> documentation for "M:imbWEM.Core.index.core.indexPageTable.#ctor(System.String,System.String)"]

See Also