[Missing <summary> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Add(System.String,System.Object)"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public virtual SQLFieldValue Add( string strDestinationFieldName, Object objEqualToValue ) |
Visual Basic |
---|
Public Overridable Function Add ( _ strDestinationFieldName As String, _ objEqualToValue As Object _ ) As SQLFieldValue |
Visual C++ |
---|
public: virtual SQLFieldValue^ Add( String^ strDestinationFieldName, Object^ objEqualToValue ) |
Parameters
- strDestinationFieldName
- Type: System..::..String
[Missing <param name="strDestinationFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Add(System.String,System.Object)"]
- objEqualToValue
- Type: System..::..Object
[Missing <param name="objEqualToValue"/> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Add(System.String,System.Object)"]
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.SQL.SQLFieldValues.Add(System.String,System.Object)"]