StoredProcedureParameterType Class

Definition

Stored procedure parameter type.

public static class StoredProcedureParameterType
Inheritance
StoredProcedureParameterType

Fields

Boolean

Boolean type.

Date

DateTime type.

Decimal

Decimal type.

Guid

Guid type.

Int

Integer type.

String

String type.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)