Returns the value of the specified field in the current row:
Namespace:
Cadcorp.DataAccess
Assembly:
Cadcorp.GFB.DataAccess (in Cadcorp.GFB.DataAccess.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic override Object Get(
string field
)
Public Overrides Function Get (
field As String
) As Object
Parameters
- field
- Type: SystemString
[Missing <param name="field"/> documentation for "M:Cadcorp.DataAccess.DbResultSet.Get(System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Cadcorp.DataAccess.DbResultSet.Get(System.String)"]
See Also