[Missing <summary> documentation for "P:DataBaseExecutors.RowInfo.RowValues"]
Namespace: DataBaseExecutorsAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
public Dictionary<string, Object> RowValues { get; set; }
public Dictionary<string, Object> RowValues { get; set; }
Public Property RowValues As Dictionary(Of String, Object)
Get
Set
Public Property RowValues As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ RowValues {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
public:
property Dictionary<String^, Object^>^ RowValues {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
Property Value
Type:
Dictionary String,
Object