Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public ExtendedProperty[] GetExtendedProperties(
	string connectionString,
	SchemaObjectBase schemaObject
)
Visual Basic
Public Function GetExtendedProperties ( 
	connectionString As String,
	schemaObject As SchemaObjectBase
) As ExtendedProperty()

Parameters

connectionString
Type: System..::..String
schemaObject
Type: SchemaExplorer..::..SchemaObjectBase

Return Value

Type: array<ExtendedProperty>[]()[][]

Implements

IDbSchemaProvider..::..GetExtendedProperties(String, SchemaObjectBase)

See Also