Shaolinq.Persistence.SqlDataTypeProvider.GetTypeForEnums C# (CSharp) Method

GetTypeForEnums() public method

public GetTypeForEnums ( ) : Type
return System.Type
		public virtual Type GetTypeForEnums()
		{
			return typeof(string);
		}