Gets a value that determines if a column is a row guid

Namespace:  Primeworks.Data
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

C#
public bool RowGuid { get; }
Visual Basic (Declaration)
Public ReadOnly Property RowGuid As Boolean
Visual C++
public:
property bool RowGuid {
	bool get ();
}

Remarks

Deprecated - use IsRowGuid

See Also