TableInfo.IsLocatorRequired Property
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.
Gets a value indicating whether a ITableLocator is required to be used with this table.
public:
property bool IsLocatorRequired { bool get(); };
public bool IsLocatorRequired { get; }
member this.IsLocatorRequired : bool
Public ReadOnly Property IsLocatorRequired As Boolean
Property Value
true
to use a locator;
false
if a locator isn't used even if configured.
The default is false
.
Remarks
If a locator is required, requests require that RequestOptions be specified to provide Document. This is a protection mechanism to ensure that the table forgets provided documents.