[Missing <summary> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public static DataTable GetRelatedRecordsByTableAndKey(
	int patientId,
	string destTableName,
	string destTableKeyName,
	Nullable<int> destTableKeyValue,
	IDictionary<KeyValuePair<string, string>, KeyValuePair<string, string>> srcTableLookup
)
Visual Basic
Public Shared Function GetRelatedRecordsByTableAndKey ( 
	patientId As Integer,
	destTableName As String,
	destTableKeyName As String,
	destTableKeyValue As Nullable(Of Integer),
	srcTableLookup As IDictionary(Of KeyValuePair(Of String, String), KeyValuePair(Of String, String))
) As DataTable
Visual C++
public:
static DataTable^ GetRelatedRecordsByTableAndKey(
	int patientId, 
	String^ destTableName, 
	String^ destTableKeyName, 
	Nullable<int> destTableKeyValue, 
	IDictionary<KeyValuePair<String^, String^>, KeyValuePair<String^, String^>>^ srcTableLookup
)

Parameters

patientId
Type: System..::..Int32

[Missing <param name="patientId"/> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

destTableName
Type: System..::..String

[Missing <param name="destTableName"/> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

destTableKeyName
Type: System..::..String

[Missing <param name="destTableKeyName"/> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

destTableKeyValue
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="destTableKeyValue"/> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

srcTableLookup
Type: System.Collections.Generic..::..IDictionary<(Of <(<'KeyValuePair<(Of <(<'String, String>)>)>, KeyValuePair<(Of <(<'String, String>)>)>>)>)>

[Missing <param name="srcTableLookup"/> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.RelatedRecordsDa.GetRelatedRecordsByTableAndKey(System.Int32,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IDictionary{System.Collections.Generic.KeyValuePair{System.String,System.String},System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

See Also