DataService.BuildEmptyRecordQueryCommand

Builds a command object that queries an empty record containing all fields of the specified table.

public abstract IDbCommand BuildEmptyRecordQueryCommand( string tableName,
	string fieldList,
	DataRowProcessMethod selectMethod );

Return Value

IDbCommand object

Parameters

tableName
Table Name

fieldList
List of fields to be included in the query

selectMethod
Select method (such as stored procedure or select commands)


See also:

Class DataService


  Last Updated: 5/23/2007 | © , 2007