[This is preliminary documentation and is subject to change.]
Populates MySqlCommand with parameters from CRUD Query object
Note: this code was purposely made provider specific because other providers may treat some nuances differently
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public void PopulateParameters(
MySqlCommand cmd,
Query query
)
public void PopulateParameters(
MySqlCommand cmd,
Query query
)
Public Sub PopulateParameters (
cmd As MySqlCommand,
query As Query
)
Public Sub PopulateParameters (
cmd As MySqlCommand,
query As Query
)
public:
void PopulateParameters(
MySqlCommand^ cmd,
Query^ query
)
public:
void PopulateParameters(
MySqlCommand^ cmd,
Query^ query
)
member PopulateParameters :
cmd : MySqlCommand *
query : Query -> unit
member PopulateParameters :
cmd : MySqlCommand *
query : Query -> unit