FireDAC.Phys.MongoDBWrapper.TMongoConnection.ServerVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerVersion: TFDVersion read GetServerVersion;

C++

__property unsigned __int64 ServerVersion = {read=GetServerVersion};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoConnection

Description

Version of the MongoDB server.

If the response of your MongoDB server to the buildInfo database command does not include a "version" field, ServerVersion is 0.

See Also