Gets a list of table names with the specificed attribute with specified value in the DEFAULT metadata schema.

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

Syntax

C#
public static IEnumerable<string> GetTableNamesWithMetadataAttributeValue(
	string attributeName,
	string attributeValue
)
Visual Basic
Public Shared Function GetTableNamesWithMetadataAttributeValue ( 
	attributeName As String,
	attributeValue As String
) As IEnumerable(Of String)
Visual C++
public:
static IEnumerable<String^>^ GetTableNamesWithMetadataAttributeValue(
	String^ attributeName, 
	String^ attributeValue
)

Parameters

attributeName
Type: System..::..String

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

attributeValue
Type: System..::..String

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

Return Value

Type: IEnumerable<(Of <(<'String>)>)>

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

See Also