MongoDataSource.MongoConnectionManager.CanUpdate C# (CSharp) Method

CanUpdate() public method

Gets or sets a Boolean that determines whether a connection manager supports upgrading the connection XML to a newer version.
public CanUpdate ( string CreationName ) : bool
CreationName string The name of the connection to upgrade.
return bool
        public override bool CanUpdate(string CreationName)
        {
            return true;
        }