FunctoidScripts.DBLookup(Int32, String, String, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- index
- Int32
- value
- String
- connectionString
- String
- table
- String
- column
- String