DictTable.GetExtendedBy(Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static cli::array <System::Object ^> ^ GetExtendedBy(int tableId, bool allLevels);
public static object[] GetExtendedBy (int tableId, bool allLevels);
static member GetExtendedBy : int * bool -> obj[]
Public Shared Function GetExtendedBy (tableId As Integer, allLevels As Boolean) As Object()
Parameters
- tableId
- Int32
- allLevels
- Boolean
Returns
Object[]