Visual Basic (Declaration) | |
---|---|
Public Property StoredProcedure As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string StoredProcedure {get; set;} |
See the SqlStatement property for details on how
the return columns are expected. Stored Procedures also work with parameters, see the AddParameter method.