Gets ColumnBase by name.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ColumnBase this[ string name ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As ColumnBase |
Visual C++ |
---|
public: property ColumnBase^ default[String^ name] { ColumnBase^ get (String^ name); } |
Parameters
- name
- Type: System..::.String