System.Data.ProviderBase.ReaderCacheContainerBase.IsNumeric C# (CSharp) Method

IsNumeric() public method

public IsNumeric ( ) : bool
return bool
		public virtual bool IsNumeric() {
			return false;
		}