Editar

Compartir a través de


TableInfo.IsLocatorRequired Property

Definition

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.

Applies to