BuildersTDocumentIndexKeys Property |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public static IndexKeysDefinitionBuilder<TDocument> IndexKeys { get; }
Public Shared ReadOnly Property IndexKeys As IndexKeysDefinitionBuilder(Of TDocument)
Get
static member IndexKeys : IndexKeysDefinitionBuilder<'TDocument> with get
Property Value
Type:
IndexKeysDefinitionBuilderTDocumentSee Also