FunctoidScripts.DBLookup(Int32, String, String, String, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- index
- Int32
- value
- String
- connectionString
- String
- table
- String
- column
- String