You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
ObjectPermissionsReturns the collection of Object Permissions for this object.
UserCommentsReturns the user comments collection associated with this Object.

Public Properties

PropertyDescription

Size of the cache used for the SQL Server Sequence. DATATYPE: Integer.

True if the SQL Server Sequence values should be cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean.

Data type of the SQL Server Sequence. DATATYPE: String.

Data width of the SQL Server Sequence. DATATYPE: String.

Description of the SQL Server Sequence. DATATYPE: String.

Generate PostSQL of the SQL Server Sequence. DATATYPE: Boolean.

Generate PreSQL of the SQL Server Sequence. DATATYPE: Boolean.

GUID of the SQL Server Sequence. DATATYPE: String.

True if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.

True if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean.

Returns the SQL Server Sequence ID. DATATYPE: Integer.

Value by which the SQL Server Sequence is implemented each time a new number is requested. DATATYPE: String.

Maximum SQL Server Sequence value. DATATYPE: String.

Minimum SQL Server Sequence value. DATATYPE: String.

Name of the SQL Server Sequence. DATATYPE: String.

Represents the need for cache size value of the SQL Server Sequence. DATATYPE: Boolean.

True if the SQL Server Sequence needs a set maximum value, false otherwise. DATATYPE: Boolean.

True if the SQL Server Sequence needs a set minimum value, false otherwise. DATATYPE: Boolean.

Owner of the SQL Server Sequence. DATATYPE: String.

PostSQL of the SQL Server Sequence. DATATYPE: String.

PreSQL of the SQL Server Sequence. DATATYPE: String.

Value with which the SQL Server Sequence starts. DATATYPE: String.
  • No labels