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