|
Description
|
Returns/sets the underlying table, SQL statement, or stored procedure.
|
Syntax Visual Basic
|
[form.]Postel.RecordSource[ = Text$]
|
|
Visual C++
|
CString Postel.GetRecordSource(); void Postel.SetRecordSource(LPCTSTR lpszNewValue);
|
|
Delphi
|
property RecordSource: WideString;
|
|
C#
|
string Postel.RecordSource;
|
|
Data Type
|
String
|