Visual Basic (Declaration) | |
---|---|
Public Property StoredProcedure As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string StoredProcedure {get; set;} |
Stored Procedures also work with parameters, see the
AddParameter method.
See Getting Started > Tutorials > Connecting to Data for more info.
See Getting Started > Tutorials > Connecting to Data for more info.