NHibernate.Lob.External.ExternalBlobDbConnectionWrapper.CreateDbCommand C# (CSharp) Method

CreateDbCommand() protected method

protected CreateDbCommand ( ) : DbCommand
return System.Data.Common.DbCommand
		protected override DbCommand CreateDbCommand()
		{
			return new ExternalBlobDbCommandWrapper(this, _db.CreateCommand() as DbCommand);
		}