Gets a list of table names with the specificed attribute 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> GetTableNamesWithMetadataAttribute(
	string attributeName
)
Visual Basic
Public Shared Function GetTableNamesWithMetadataAttribute ( 
	attributeName As String
) As IEnumerable(Of String)
Visual C++
public:
static IEnumerable<String^>^ GetTableNamesWithMetadataAttribute(
	String^ attributeName
)

Parameters

attributeName
Type: System..::..String

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

Return Value

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

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

See Also