[This is preliminary documentation and is subject to change.]
Executes MySql CRUD script-based queries
System Object NFX.DataAccess.CRUD CRUDQueryHandler NFX.DataAccess.CRUD CRUDQueryHandler MySQLDataStore NFX.DataAccess.MySQL MySQLCRUDScriptQueryHandlerNamespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class MySQLCRUDScriptQueryHandler : CRUDQueryHandler<MySQLDataStore>
public sealed class MySQLCRUDScriptQueryHandler : CRUDQueryHandler<MySQLDataStore>
Public NotInheritable Class MySQLCRUDScriptQueryHandler
Inherits CRUDQueryHandler(Of MySQLDataStore)
Public NotInheritable Class MySQLCRUDScriptQueryHandler
Inherits CRUDQueryHandler(Of MySQLDataStore)
public ref class MySQLCRUDScriptQueryHandler sealed : public CRUDQueryHandler<MySQLDataStore^>
public ref class MySQLCRUDScriptQueryHandler sealed : public CRUDQueryHandler<MySQLDataStore^>
[<SealedAttribute>]
type MySQLCRUDScriptQueryHandler =
class
inherit CRUDQueryHandler<MySQLDataStore>
end
[<SealedAttribute>]
type MySQLCRUDScriptQueryHandler =
class
inherit CRUDQueryHandler<MySQLDataStore>
end