Represents full name of database object. It allows you to split full name into constituents: schema name and object name.

Namespace:  PerpetuumSoft.DataModel.LinqToSql
Assembly:  PerpetuumSoft.DataModel.LinqToSql (in PerpetuumSoft.DataModel.LinqToSql.dll) Version: 1.0.0.0

Syntax

C#
public struct FullName
Visual Basic (Declaration)
Public Structure FullName
Visual C++
public value class FullName

See Also