Returns the name of the public property for a given column.

Namespace: CodeSmith.BaseTemplates
Assembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string GetPropertyName(
	ColumnSchema column
)
Visual Basic
Public Function GetPropertyName ( 
	column As ColumnSchema
) As String

Parameters

column
Type: SchemaExplorer..::..ColumnSchema

Return Value

Type: String

See Also