[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLFieldValues.Item(System.String)"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public SQLFieldValue this[ string strFieldName ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ strFieldName As String _ ) As SQLFieldValue Get |
Visual C++ |
---|
public: property SQLFieldValue^ default[String^ strFieldName] { SQLFieldValue^ get (String^ strFieldName); } |
Parameters
- strFieldName
- Type: System..::..String