SqlClient GetRow Method Nemiro.Data.dll
Overload List

  NameDescription
Public methodGetRow 
Executes the query and returns data row. This method is used in conjunction with the properties CommandType, CommandText and Parameters.
Public methodGetRow(SqlCommand)
Executes the specified SqlCommand and returns строку данных.
Public methodGetRow(String)
Executes the query and returns data row.
Top
See Also