Identifies the name of the session used by this database component.
property SessionName: String;
Description
Use SessionName to specify the session with which a database component is associated. If SessionName is blank, a database component is automatically associated with the default session, Session.
To associate a database component with a different session in a database application SessionName must matches the SessionName property of an existing session component.
|
|