RDMSCartridge Class

Definition

Summary description for RDMSCartridge.

public ref class RDMSCartridge
public class RDMSCartridge
type RDMSCartridge = class
Public Class RDMSCartridge
Inheritance
RDMSCartridge

Constructors

RDMSCartridge()

Properties

CanUseParams

Can use param

DateColumnFormat

Gets the format for date columns on the left hand side of WHERE expressions.

DateEndQuote

Close quote for date time value. DO NOT USE THIS as it will not work for all cartridges correctly. Use DateValueFormat and DateColumnFormat.

DateStartQuote

Open quote for date time value. DO NOT USE THIS as it will not work for all cartridges correctly. Use DateValueFormat and DateColumnFormat.

DateValueFormat

Gets the format for date literals on the right hand side of WHERE expressions.

FastWriteBack
IdentEndQuote

End quote for object name

IdentInvalidCharacters

Invalid characters for object name

IdentStartQuote

Open quote for object name

RemoteConnectionStringMappings
SchemaClasses
ServerName

Server name of database

ServerVersion

Server version of the database

StringEndQuote

Close quote for string name

StringQuote

Quote for string value

StringStartQuote

Open quote for string value

UnicodePrefix

Prefix to use for unicode strings

Methods

DoesSupport(RDMSCartridge+SupportedEnum)

Check if the support is on/off.

GetLimit(RDMSCartridge+LimitEnum)

Get a certain provider limit.

LoadXSL(Stream[], String, String, RDMSCartridge+ImplementationFlavor)
LoadXSL(String, String, RDMSCartridge+ImplementationFlavor)

Load and Find correct XSL

RemoveInvalidCharacters(String)

Remove Invalid Characters in the string

Translate(String)

Translate the xmlQuery to the accepted query of the DB provider

Applies to