Gets field metadata for all table fields in the specific disease view.

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Dictionary<string, Dictionary<string, KeyValuePair<bool, string>>> GetMetadataTableFieldAttributes(
	string tablename,
	string disease
)
Visual Basic
Public Shared Function GetMetadataTableFieldAttributes ( 
	tablename As String,
	disease As String
) As Dictionary(Of String, Dictionary(Of String, KeyValuePair(Of Boolean, String)))
Visual C++
public:
static Dictionary<String^, Dictionary<String^, KeyValuePair<bool, String^>>^>^ GetMetadataTableFieldAttributes(
	String^ tablename, 
	String^ disease
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataTableFieldAttributes(System.String,System.String)"]

disease
Type: System..::..String

[Missing <param name="disease"/> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataTableFieldAttributes(System.String,System.String)"]

Return Value

Type: Dictionary<(Of <(<'String, Dictionary<(Of <(<'String, KeyValuePair<(Of <(<'Boolean, String>)>)>>)>)>>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.GetMetadataTableFieldAttributes(System.String,System.String)"]

See Also