FullTextIndexDefinition<T> Class
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.
Full text index fluent definition.
public class FullTextIndexDefinition<T>
type FullTextIndexDefinition<'T> = class
Public Class FullTextIndexDefinition(Of T)
Type Parameters
- T
- Inheritance
-
FullTextIndexDefinition<T>
Constructors
| Name | Description |
|---|---|
| FullTextIndexDefinition<T>(T, Action<FullTextIndexPath>) |
Initializes a new instance of the FullTextIndexDefinition<T> class. |
Methods
| Name | Description |
|---|---|
| Attach() |
Applies the current definition to the parent. |
| Path(String) |
Add a path to the current FullTextIndexPath definition. |