PropertyManager.GetListName(ArrayList) Method

Definition

Gets the name of the list supplying the data for the binding.

protected internal override string GetListName (System.Collections.ArrayList listAccessors);
protected internal override string GetListName (System.Collections.ArrayList? listAccessors);

Parameters

listAccessors
ArrayList

An ArrayList containing the table's bound properties.

Returns

Always returns an empty string.

Applies to

See also