IResultSet.TryGetTable(String, out ITable) Method
Returns a table with the specified name using the table parameter.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that specifies the table name. |
| table | ITable | An object implementing the ITable interface that is the table with the specified name. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the table with the specified name exists; otherwise, false. |
See Also