get method

get(self, name)

Gets the data model table by the name.

Returns


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe name of data model table.

See Also