'宣言 Public Function GetRecordSource( _ ByVal prompt As System.Boolean _ ) As System.String
public System.string GetRecordSource( System.bool prompt )
パラメータ
- prompt
- If set to true, user will be prompted for the parameters before the method returns. If set to false, the default values will be used.
戻り値の型
The string (SQL statement or table name) that can be used to open a recordset.