FunctoidScripts.DBLookup(Int32, String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ DBLookup(int index, System::String ^ value, System::String ^ connectionString, System::String ^ table, System::String ^ column);
public string DBLookup (int index, string value, string connectionString, string table, string column);
member this.DBLookup : int * string * string * string * string -> string
Public Function DBLookup (index As Integer, value As String, connectionString As String, table As String, column As String) As String
Parameters
- index
- Int32
- value
- String
- connectionString
- String
- table
- String
- column
- String