Click or drag to resize
LanguageGetKeyword Method
Gets the keyword specified under the specified keywordName. Utility method. It returns an empty string if the keywordName isn't found.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetKeyword(
	string keywordName
)

Parameters

keywordName
Type: SystemString
Name of the keyword.

Return Value

Type: String
See Also