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