database..::..ExecuteSelect Method

Namespace:  JiwaFinancials.Jiwa.JiwaODBC
Assembly:  JiwaODBC (in JiwaODBC.dll)

Syntax


public bool ExecuteSelect(
	int Index,
	string SQLStmt,
	bool AutoBind
)
Public Function ExecuteSelect ( _
	Index As Integer, _
	SQLStmt As String, _
	AutoBind As Boolean _
) As Boolean
public:
bool^ ExecuteSelect(
	int^ Index, 
	String^ SQLStmt, 
	bool^ AutoBind
)

Parameters

Index
Type: Int32
SQLStmt
Type: String
AutoBind
Type: Boolean