Returns a VB.Net member variable declaration statement.

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

Syntax

C#
protected override string GetMemberVariableDeclarationStatement(
	string protectionLevel,
	DataObjectBase column
)
Visual Basic
Protected Overrides Function GetMemberVariableDeclarationStatement ( 
	protectionLevel As String,
	column As DataObjectBase
) As String

Parameters

protectionLevel
Type: System..::..String
column
Type: SchemaExplorer..::..DataObjectBase

Return Value

Type: String

See Also