Symphony Framework
ClientRequestType Enumeration
Symphony.Harmony.Security Namespace : ClientRequestType Enumeration
Indicates the type of command being processed
Syntax
public enum ClientRequestType : System.Enum 
Members
MemberDescription
DeleteRequest Performing a delete operation to remove records from a Syenrgy DBMS file.
InsertRequest Performing a data insert into a Synergy DBMS file.
SelectRequest Performing a data select operations.
StoredProcedure Executing a stored procedure method.
UpdateRequest Perofming a data update of records in a Synergy DBMS file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Symphony.Harmony.Security.ClientRequestType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Symphony.Harmony.Security Namespace