| .NET API Reference | OSGeo FDO Provider for MySQL |
#include <mgOvColumn.h>
Definition at line 30 of file mgOvColumn.h.
Public Member Functions | |
| __property System::String * | get_Formula () |
| OvColumn (System::String *name) | |
| OvColumn () | |
| <summary>Constructs a default of an FdoSqlServerOvColumn</summary> | |
| OvColumn (System::String *name) | |
| OvColumn () | |
| __property System::Void | set_Formula (System::String *formula) |
| __property System::Void | set_Parent (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *value) |
Protected Member Functions | |
| OvColumn (System::IntPtr unmanaged, System::Boolean autoDelete) | |
|
||||||||||||
|
|
|
|
summary>Constructs an instance of an OvColumn using the specified arguments</summary> <param name="name">Input name</param> <returns>Returns OvColumn</returns> |
|
|
|
|
|
<summary>Constructs a default of an FdoSqlServerOvColumn</summary> summary>Constructs an instance of an FdoSqlServerOvColumn using the specified arguments</summary> <param name="name">Input name</param> |
|
|
summary>Gets the SQL Server formula for this column</summary> <remarks>An empty string denotes that there is no formula for this column; otherwise, the column's value is computed based on the formula.</remarks> <returns>Returns the SQL Server formula</returns> |
|
|
summary>Sets the SQL Server formula for this column</summary> <remarks>An empty string denotes that there is no formula for this column; otherwise, the column's value is computed based on the formula.</remarks> <returns>Returns nothing</returns> |
|
|
|
|
|
|
| Comments? |