FormRichTextControl.performDBLookup 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.
Overloads
performDBLookup() | |
performDBLookup(Int32) | |
performDBLookup(Int32, Int32) | |
performDBLookup(Int32, Int32, String) |
performDBLookup()
public:
virtual void performDBLookup();
public virtual void performDBLookup ();
abstract member performDBLookup : unit -> unit
override this.performDBLookup : unit -> unit
Public Overridable Sub performDBLookup ()
Applies to
performDBLookup(Int32)
public:
virtual void performDBLookup(int num1);
public virtual void performDBLookup (int num1);
abstract member performDBLookup : int -> unit
override this.performDBLookup : int -> unit
Public Overridable Sub performDBLookup (num1 As Integer)
Parameters
- num1
- Int32
Applies to
performDBLookup(Int32, Int32)
public:
virtual void performDBLookup(int num1, int num2);
public virtual void performDBLookup (int num1, int num2);
abstract member performDBLookup : int * int -> unit
override this.performDBLookup : int * int -> unit
Public Overridable Sub performDBLookup (num1 As Integer, num2 As Integer)
Parameters
- num1
- Int32
- num2
- Int32
Applies to
performDBLookup(Int32, Int32, String)
public:
virtual void performDBLookup(int _fieldId, int _tableId, System::String ^ _company);
public virtual void performDBLookup (int _fieldId, int _tableId, string _company);
abstract member performDBLookup : int * int * string -> unit
override this.performDBLookup : int * int * string -> unit
Public Overridable Sub performDBLookup (_fieldId As Integer, _tableId As Integer, _company As String)
Parameters
- _fieldId
- Int32
- _tableId
- Int32
- _company
- String