Table of Contents

Class MySqlProviderFactory

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll
public class MySqlProviderFactory : ProviderFactory
Inheritance
MySqlProviderFactory

Constructors

MySqlProviderFactory()

public MySqlProviderFactory()

Properties

FileFilter

public override string FileFilter { get; }

Property Value

string

HasIntegratedSecurity

public override bool HasIntegratedSecurity { get; }

Property Value

bool

HasMultipleDatabases

public override bool HasMultipleDatabases { get; }

Property Value

bool

HasPassword

public override bool HasPassword { get; }

Property Value

bool

HasPort

public override bool HasPort { get; }

Property Value

bool

HasUserName

public override bool HasUserName { get; }

Property Value

bool

IsFilebased

public override bool IsFilebased { get; }

Property Value

bool

IsServerbased

public override bool IsServerbased { get; }

Property Value

bool

MeanSchemaGeneration

public override bool MeanSchemaGeneration { get; }

Property Value

bool

ProviderKey

public override string ProviderKey { get; }

Property Value

string

Methods

CreateProvider(Dictionary<string, string>, AutoCreateOption, out IDisposable[])

public override IDataStore CreateProvider(Dictionary<string, string> parameters, AutoCreateOption autoCreateOption, out IDisposable[] objectsToDisposeOnDisconnect)

Parameters

parameters Dictionary<string, string>
autoCreateOption AutoCreateOption
objectsToDisposeOnDisconnect IDisposable[]

Returns

IDataStore

CreateProviderFromConnection(IDbConnection, AutoCreateOption)

public override IDataStore CreateProviderFromConnection(IDbConnection connection, AutoCreateOption autoCreateOption)

Parameters

connection IDbConnection
autoCreateOption AutoCreateOption

Returns

IDataStore

CreateProviderFromString(string, AutoCreateOption, out IDisposable[])

public override IDataStore CreateProviderFromString(string connectionString, AutoCreateOption autoCreateOption, out IDisposable[] objectsToDisposeOnDisconnect)

Parameters

connectionString string
autoCreateOption AutoCreateOption
objectsToDisposeOnDisconnect IDisposable[]

Returns

IDataStore

GetConnectionString(Dictionary<string, string>)

public override string GetConnectionString(Dictionary<string, string> parameters)

Parameters

parameters Dictionary<string, string>

Returns

string

GetDatabases(string, int, string, string)

public override string[] GetDatabases(string server, int port, string userId, string password)

Parameters

server string
port int
userId string
password string

Returns

string[]

GetDatabases(string, string, string)

public override string[] GetDatabases(string server, string userId, string password)

Parameters

server string
userId string
password string

Returns

string[]