Creates new instance of the ComputedColumn class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ComputedColumn( string name, string expression ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ expression As String _ ) |
Visual C++ |
---|
public: ComputedColumn( String^ name, String^ expression ) |
Parameters
- name
- Type: System..::.String
- expression
- Type: System..::.String