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

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

Syntax

C#
public static IDictionary<string, string> GetMetadataFieldAttributes(
	string tablename,
	string fieldname
)
Visual Basic
Public Shared Function GetMetadataFieldAttributes ( 
	tablename As String,
	fieldname As String
) As IDictionary(Of String, String)
Visual C++
public:
static IDictionary<String^, String^>^ GetMetadataFieldAttributes(
	String^ tablename, 
	String^ fieldname
)

Parameters

tablename
Type: System..::..String

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

fieldname
Type: System..::..String

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

Return Value

Type: IDictionary<(Of <(<'String, String>)>)>

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

See Also