[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public static string KeyToWhere(
IDataStoreKey key,
MySqlParameterCollection parameters
)
public static string KeyToWhere(
IDataStoreKey key,
MySqlParameterCollection parameters
)
Public Shared Function KeyToWhere (
key As IDataStoreKey,
parameters As MySqlParameterCollection
) As String
Public Shared Function KeyToWhere (
key As IDataStoreKey,
parameters As MySqlParameterCollection
) As String
public:
static String^ KeyToWhere(
IDataStoreKey^ key,
MySqlParameterCollection^ parameters
)
public:
static String^ KeyToWhere(
IDataStoreKey^ key,
MySqlParameterCollection^ parameters
)
static member KeyToWhere :
key : IDataStoreKey *
parameters : MySqlParameterCollection -> string
static member KeyToWhere :
key : IDataStoreKey *
parameters : MySqlParameterCollection -> string
Return Value
Type:
String