This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class DatabaseStoredProcedure |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DatabaseStoredProcedure |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Db |
Returns the Database to which this DatabaseTable belongs.
|
|
Modifies |
Returns the DatabaseTables which are modified by this stored procedure.
|
|
Name |
Returns the name of the table.
|
|
Parameters |
Gets the collection of parameters of this stored procedure.
|
|
ResultType |
Gets the result type of the stored procedure.
|
See Also
Smartsite.Data Namespace