DataModelImportGidBuilderImpl.randomAccess

Set randomAccess property.

class DataModelImportGidBuilderImpl(T)
T
randomAccess
(
bool propval
)

Parameters

propval bool

Defines if the data model will be accessed randomly or through a cursor. If set to false, access will have to be done using a cursor.

Return Value

Type: T

Builder instance for fluent chaining