Platform Core .NET Assemblies API
GetSchemaColumnByMetaPath Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchema Class : GetSchemaColumnByMetaPath Method
columnMetaPath
Meta path to column.

Glossary Item Box

Converts the specified meta path to column into actual path, while accounting for type of inheritance, and returns the matched column to it. If the column is not found, the exception is thrown.

Syntax

 
C#
 
 

Parameters

columnMetaPath
Meta path to column.

Return Value

Column that actually matched the columnMetaPath meta path.

Exceptions

ExceptionDescription
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as the columnMetaPath parameter.
Terrasoft.Common.InvalidObjectStateExceptionIf the column is not the lookup type column.
Terrasoft.Common.InvalidObjectStateExceptionIf the reference to the lookup schema is not specified for the column of the lookup type.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.