Following methods work with constants only:
1.number
1.number,
1."number"
1.'number'
If you try to do this,
select P.Product_Id.[number] from [Product] P
you will get an error "Cannot call methods on {your column datatype}"
commented on Oct 17 2012 3:45AM