| Linkar.Functions Namespace |
Linkar Framework for .NET and Core
Namespace Linkar.Functions library
Classes | Class | Description |
---|
| ASCII_Chars |
Some ASCII characters used by Linkar.
|
| CommonOptions |
Auxiliary class with the common options for ReadOptions, SelectOptions and ReadAfterCommonOptions classes
|
| DBMV_Mark |
Special ASCII characters used by Multivalued Databases.
|
| DeleteOptions |
Object that works as an argument in Delete function and defines the function options.
|
| LkPropertiesOptions |
Contains the options to obtain the list of Properties of the different types of schemas with the LkProperties function.
|
| LkSchemasOptions |
Contains the options to obtain different types of schemas with the LkSchemas function.
|
| MvOperations |
This class contains the basic functions to work with multivalue strings. These functions are locally executed.
|
| NewOptions |
Object that works as an argument in New function and defines the function options.
|
| OperationArguments |
Auxiliary static class with functions to obtain the 3 items of every LinkarSERVER operation.
These items are: CUSTOMVARS, OPTIONS and INPUTDATA.
Unit Separator character (31) is used as separator between these items.
CUSTOMVARS: String for database custom subroutines.
OPTIONS: The options of every operation.
INPUTDATA: The necessary data for perform every operation.
CUSTOMVARS US_char OPTIONS US_char INPUTDATA
|
| ReadAfterCommonOptions |
Auxiliary class with the ReadAfters options for UpdateOptions and NewOptions classes
|
| ReadOptions |
Object that works as an argument in Read function and defines the function options.
|
| RecordIdType |
Object that works as an argument in NewOptions function and defines the technique for generating item IDs.
|
| RecoverIdType |
Object that works as an argument in DeleteOptions function and defines the technique for recovering deleted item IDs.
|
| RowHeaders |
Indicates options to include headers in the first row or not LkSchemasOptionsLkPropertiesOptions and TableOptions |
| SchemaType |
The schemas type for LkSchemasOptions, LkPropertiesOptions and TableOptions functions
|
| SelectOptions |
Object that works as an argument in Select function and defines the function options.
|
| TableOptions |
Detailed options to be used in GetTable and related functions.
|
| UpdateOptions |
Object that works as an argument in Update function and defines the function options.
|
Enumerations | Enumeration | Description |
---|
| CONVERSION_TYPE |
The conversion type for Conversion functions.
|
| DATAFORMAT_TYPE |
Indicates in what format you want to receive the data resulting from the operation.
Output format type for all operations, except Read, New, Update, Select, LkSchemas, LkProperties and GetTable
Also The input format type for New, Update and Delete operations.
|
| DATAFORMATCRU_TYPE |
Indicates in what format you want to receive the data resulting from the operation.
Output format type for Read, New, Update and Select operations.
|
| DATAFORMATSCH_TYPE |
Specify the output formats of LkSchemas operations (For other operations, DATAFORMATSCHPROP_TYPE, DATAFORMAT_TYPE and DATAFORMATCRU_TYPE).
|
| DATAFORMATSCHPROP_TYPE |
Specify the output formats of LkProperties operations (For other operations, DATAFORMATSCH_TYPE, DATAFORMAT_TYPE and DATAFORMATCRU_TYPE).
|
| OPERATION_CODE |
The codes of each operation
|
| RowHeadersTYPE |
RowHeaders types
|
| SchemaTypeTYPE |
Schema types
|