Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference

ULConnectionParms.UnusedEventHandler delegate Next Page

ULCreateParms class


UL Ext.: Builds a string of creation-time options for creating an UltraLite database.

Syntax

Visual Basic

Public Class ULCreateParms

C#

public class ULCreateParms

Remarks

A ULCreateParms object is used to specify the parameters for creating a database (ULDatabaseManager.CreateDatabase(string,byte[],string)).

Leading and trailing spaces are ignored in all string values. Values must not contain leading or trailing spaces, or a semicolon (;), or begin with either a single quote (') or a double quote (").

Once you have supplied all the creation parameters by setting the appropriate properties on a ULCreateParms object, you create a creation parameters string using the ULCreateParms.ToString. The resulting string can then be used as the createParms parameter of the ULDatabaseManager.CreateDatabase(string,byte[],string) method.

For more information, see UltraLite Connection String Parameters Reference.

See also

ULCreateParms members
ULCreateParms constructor
CaseSensitive property
ChecksumLevel property
DateFormat property
DateOrder property
FIPS property
MaxHashSize property
NearestCentury property
Obfuscate property
PageSize property
Precision property
Scale property
TimeFormat property
TimestampFormat property
TimestampIncrement property
UTF8Encoding property
ToString method