SqlType IsGuidType Method Nemiro.Data.dll
SQL Server data type is Guid or not.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public static bool IsGuidType(
	SqlDbType t
)

Parameters

t
Type: System.Data SqlDbType
SQL Server data type.

Return Value

Type: Boolean
See Also