Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IDatabaseMetadataCache..::..GetTableOrViewFromClass Method (Type, OperationType)

Returns the table or view derived from the class's name and/or Table attribute.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


TableOrViewMetadata GetTableOrViewFromClass(
	Type type,
	OperationType operation
)
Function GetTableOrViewFromClass ( _
	type As Type, _
	operation As OperationType _
) As TableOrViewMetadata
TableOrViewMetadata^ GetTableOrViewFromClass(
	Type^ type, 
	OperationType^ operation
)

Parameters

type
Type: Type
operation
Type: Tortuga.Chain.Metadata..::..OperationType

Return Value