Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

SchemaParms class


Specifies the schema for an UltraLite database.

Prototypes 

' Visual Basic
NotInheritable Public Class SchemaParms
  Inherits Component

// C#
public sealed class SchemaParms :
  Component

Remarks 

Each instance contains platform-specific and generic paths to a schema file. Only one file value is used with the platform-specific keyword taking precedence over the generic keyword. For example, with schemaParms.SchemaOnCE="\\s1.usm"; and schemaParms.SchemaOnDesktop="s2.usm";, the path \s1.usm would be used on Windows CE while s2.usm would be used on other platforms.

After an instance is passed to an UltraLite method, the property ParmsUsed returns the parameters actually used by the UltraLite method.

The recommended extension for UltraLite schema files is .usm. You must escape any backslash characters in paths.


SchemaParms members
SchemaParms constructor
SchemaParms constructor
AdditionalParms property
ParmsUsed property
SchemaOnCE property
SchemaOnDesktop property
Finalize method
ToString method

Collection Contents Previous Next PDF