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 members.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
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