Back to Devexpress

SemanticSearchBehaviorProperties.DataSourceKeyField Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-semanticsearchbehaviorproperties.md

latest1.6 KB
Original Source

SemanticSearchBehaviorProperties.DataSourceKeyField Property

Gets or sets the key field in the data source that uniquely identifies records.

Namespace : DevExpress.AIIntegration.WinForms

Assembly : DevExpress.AIIntegration.WinForms.SemanticSearch.v25.2.dll

NuGet Package : DevExpress.AIIntegration.WinForms.SemanticSearch

Declaration

csharp
[DefaultValue("")]
public string DataSourceKeyField { get; set; }
vb
<DefaultValue("")>
Public Property DataSourceKeyField As String

Property Value

TypeDefaultDescription
StringString.Empty

The key field.

|

Remarks

See the following help topic for additional information: Semantic Search.

See Also

SemanticSearchBehaviorProperties Class

SemanticSearchBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace