C# Class Adf.Core.Query.QueryType

Inheritance: Descriptor
Datei anzeigen Open project: NLADP/ADF

Public Properties

Property Type Description
Count QueryType
Delete QueryType
Free QueryType
Insert QueryType
Select QueryType
SelectDistinct QueryType
StoredProcedure QueryType
Update QueryType

Public Methods

Method Description
QueryType ( string name ) : System

Method Details

QueryType() public method

public QueryType ( string name ) : System
name string
return System

Property Details

Count public_oe static_oe property

Represent the SQL COUNT Statement. The COUNT statement is used to count the records from a database table.
public static QueryType,Adf.Core.Query Count
return QueryType

Delete public_oe static_oe property

Represent the SQL DELETE Statement. The DELETE statement is used to delete data from a database.
public static QueryType,Adf.Core.Query Delete
return QueryType

Free public_oe static_oe property

Represent the SQL free Statement of total query expression. Use to create DDL or DML statement.
public static QueryType,Adf.Core.Query Free
return QueryType

Insert public_oe static_oe property

Represent the SQL INSERT Statement. The INSERT statement is used to insert data into a database.
public static QueryType,Adf.Core.Query Insert
return QueryType

Select public_oe static_oe property

Represent the SQL SELECT Statement. The SELECT statement is used to select data from a database.
public static QueryType,Adf.Core.Query Select
return QueryType

SelectDistinct public_oe static_oe property

Represent the SQL SELECT DISTINCT Statement. The SELECT DISTINCT statement is used to select distinct data from a database.
public static QueryType,Adf.Core.Query SelectDistinct
return QueryType

StoredProcedure public_oe static_oe property

Represent a stored procedure.
public static QueryType,Adf.Core.Query StoredProcedure
return QueryType

Update public_oe static_oe property

public static QueryType,Adf.Core.Query Update
return QueryType