DataTable 出错,求助

public DataTable lottab(DataView dvs) { dst2.RemotingFormat = SerializationFormat.Binary; lotta=dst2.DeafultView; return lotta; }这是我同事以前写的代码。我不是很明白,出错。
不能隐式转换成datatable格式
还请各位帮帮忙,看看怎么改,才能得到同样的效果
public DataTable lottab(DataView dvs) { dst2.RemotingFormat = SerializationFormat.Binary; lotta=dst2.DeafultView; return lotta; }这是我同事以前写的代码。我不是很明白,出错。